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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 齊?┏皓?B | 111010101000111000111111100001001010110011100001101010010011111101000010 | ea8e3f84ace1a93f42 |
EUC-JP | 齊?┏皓?B | 111100111110111000111111101010001010111011100010101010110011111101000010 | f3ee3fa8aee2ab3f42 |
UTF-8 | 齊장┏皓렋B | 11101001101111011000101011101100100111101010010111100010100101001000111111100111100110101001001111101011101000001000101101000010 | e9bd8aec9ea5e2948fe79a93eba08b42 |
UHC | 齊장┏皓렋B | 1111000010111010110000001110010110100110101011101111101111010011100011101010001001000010 | f0bac0e5a6aefbd38ea242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)