To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湿粭射 | 100011101011110011100010111001001000111011001011 | 8ebce2e48ecb |
EUC-JP | 湿粭射 | 101111001011111011100100111001101011110011001101 | bcbee4e6bccd |
UTF-8 | 湿粭射 | 111001101011100110111111111001111011001010101101111001011011000010000100 | e6b9bfe7b2ade5b084 |
UHC | ??射 | 00111111001111111101111011010010 | 3f3fded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)