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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莉ー蠍ス | 111001001011101110110000111001011011011010111101 | e4bbb0e5b6bd |
EUC-JP | 莉ー蠍ス | 1110100010111101100011101011000011101010101110001000111010111101 | e8bd8eb0eab88ebd |
UTF-8 | 莉ー蠍ス | 111010001000111010001001111011111011110110110000111010001010000010001101111011111011110110111101 | e88e89efbdb0e8a08defbdbd |
UHC | 莉??? | 1101011111101001001111110011111100111111 | d7e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)