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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 孩??舵? | 10011011011101110011111100111111100100011100011100111111 | 9b773f3f91c73f |
EUC-JP | 孩??舵? | 11010101110110000011111100111111110000101100100100111111 | d5d83f3fc2c93f |
UTF-8 | 孩렩뤈舵퀯 | 111001011010110110101001111010111010000010101001111010111010010010001000111010001000100010110101111011011000000010101111 | e5ada9eba0a9eba488e888b5ed80af |
UHC | 孩렩뤈舵퀯 | 11111010101010011000111010110111100011111011100011110110111011001011010001000010 | faa98eb78fb8f6ecb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)