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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雜咎寉諷 | 1110100010110110100110011110100110011011100001011110011010000101 | e8b699e99b85e685 |
EUC-JP | 雜咎寉諷 | 1111000010111000110100101110101111010101111001011110101111100101 | f0b8d2ebd5e5ebe5 |
UTF-8 | 雜咎寉諷 | 111010011001101110011100111001011001001010001110111001011010111110001001111010001010101110110111 | e99b9ce5928ee5af89e8abb7 |
UHC | 雜咎?諷 | 11101101110110101100111110100100001111111111100110100100 | eddacfa43ff9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)