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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 疫?????? | 1000100101110101001111110011111100111111001111110011111100111111 | 89753f3f3f3f3f3f |
EUC-JP | 疫????Ŀ? | 10110001110101100011111100111111001111110011111110001111101010011010100100111111 | b1d63f3f3f3f8fa9a93f |
UTF-8 | 疫욕츪轢놅Ŀ銳 | 1110011110010110101010111110110010011010100101011110110010111000101010101110111110100110100011011110101110000110100001011100010010111111111010011000101010110011 | e796abec9a95ecb8aaefa68deb8685c4bfe98ab3 |
UHC | 疫욕츪轢놅Ŀ銳 | 1110011010111001101111111110010110101110100111111110011010111100100001101110111110101000101010001110011111100101 | e6b9bfe5ae9fe6bc86efa8a8e7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)