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 | 第豆??愈? | 100100011110011010010011101001000011111100111111100101101111101000111111 | 91e693a43f3f96fa3f |
EUC-JP | 第豆??愈? | 110000101110100011000110101001100011111100111111110011001111110000111111 | c2e8c6a63f3fccfc3f |
UTF-8 | 第豆렎렒愈렣 | 111001111010110010101100111010001011000110000110111010111010000010001110111010111010000010010010111001101000010010001000111010111010000010100011 | e7acace8b186eba08eeba092e68488eba0a3 |
UHC | 第豆렎렒愈렣 | 111100001010111111010100111001111000111010100100100011101010011111101010111011111000111010110100 | f0afd4e78ea48ea7eaef8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)