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 | 地?ぁ甲 | 10010010011011100011111110000010100111111000110101100010 | 926e3f829f8d62 |
EUC-JP | 地?ぁ甲 | 11000011110011110011111110100100101000011011100111000011 | c3cf3fa4a1b9c3 |
UTF-8 | 地과ぁ甲 | 111001011001110010110000111010101011001110111100111000111000000110000001111001111001010010110010 | e59cb0eab3bce38181e794b2 |
UHC | 地과ぁ甲 | 1111001010100010101100001111101010101010101000011100101110100011 | f2a2b0faaaa1cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)