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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 綜????箏 | 1001000110001110001111110011111100111111001111111110001010110101 | 918e3f3f3f3fe2b5 |
EUC-JP | 綜?™佺?箏 | 110000011110111000111111100011111010001011101111100011111011000011111001001111111110010010110111 | c1ee3f8fa2ef8fb0f93fe4b7 |
UTF-8 | 綜계™佺렢箏 | 111001111011011010011100111010101011001110000100111000101000010010100010111001001011110110111010111010111010000010100010111001111010111010001111 | e7b69ceab384e284a2e4bdbaeba0a2e7ae8f |
UHC | 綜계™佺렢箏 | 111100001111110010110000111010001010001011100010111011101110110110001110101100111110111010110100 | f0fcb0e8a2e2eeed8eb3eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)