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 | ??砥?臍 | 00111111001111111001001101110101001111111110010001100000 | 3f3f93753fe460 |
EUC-JP | 珽?砥?臍 | 100011111100101111111110001111111100010111010110001111111110011111000001 | 8fcbfe3fc5d63fe7c1 |
UTF-8 | 珽렖砥렫臍 | 111001111000111110111101111010111010000010010110111001111010000010100101111010111010000010101011111010001000011110001101 | e78fbdeba096e7a0a5eba0abe8878d |
UHC | 珽렖砥렫臍 | 11101111111010101000111010101011111100101011001010001110101110011111000010110000 | efea8eabf2b28eb9f0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)