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 | 啼?肄??? | 1001101001100101001111111110001111100101001111110011111100111111 | 9a653fe3e53f3f3f |
EUC-JP | 啼?肄??? | 1101001111000110001111111110011011100111001111110011111100111111 | d3c63fe6e73f3f3f |
UTF-8 | 啼렧肄폈렰렩 | 111001011001010110111100111010111010000010100111111010001000001010000100111011011000111110001000111010111010000010110000111010111010000010101001 | e595bceba0a7e88284ed8f88eba0b0eba0a9 |
UHC | 啼렧肄폈렰렩 | 111100001010011010001110101101101110110010111101110001101111000110001110101111011000111010110111 | f0a68eb6ecbdc6f18ebd8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)