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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 嘲?悌國BF | 100110100111110100111111100100101110111010011010101000000100001001000110 | 9a7d3f92ee9aa04246 |
EUC-JP | 嘲?悌國BF | 110100111101111000111111110001001111000011010100101000100100001001000110 | d3de3fc4f0d4a24246 |
UTF-8 | 嘲렋悌國BF | 1110010110011000101100101110101110100000100010111110011010000010100011001110010110011100100010110100001001000110 | e598b2eba08be6828ce59c8b4246 |
UHC | 嘲렋悌國BF | 11110000101111111000111010100010111100001010101011001111110100000100001001000110 | f0bf8ea2f0aacfd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)