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 | 玉?い臆 | 10001011110010100011111110000010101000101000100110110000 | 8bca3f82a289b0 |
EUC-JP | 玉?い臆 | 10110110110011000011111110100100101001001011001010110010 | b6cc3fa4a4b2b2 |
UTF-8 | 玉붻い臆 | 111001111000111010001001111010111011011010111011111000111000000110000100111010001000011110000110 | e78e89ebb6bbe38184e88786 |
UHC | 玉붻い臆 | 1110100010101100100101001110100010101010101001001110010111100110 | e8ac94e8aaa4e5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)