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 | 雅ι?徇?? | 100010011110101110000011110001110011111110011100011011010011111100111111 | 89eb83c73f9c6d3f3f |
EUC-JP | 雅ι?徇?? | 101100101110110110100110110010010011111111010111110011100011111100111111 | b2eda6c93fd7ce3f3f |
UTF-8 | 雅ι틶徇싧뻼 | 1110100110011011100001011100111010111001111011011000101110110110111001011011111010000111111011001000101110100111111010111011101110111100 | e99b85ceb9ed8bb6e5be87ec8ba7ebbbbc |
UHC | 雅ι틶徇싧뻼 | 111001001011101010100101111010011011101010011101111000101101111110011010111001011001011010000111 | e4baa5e9ba9de2df9ae59687 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)