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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邯帶焔蜿ャ陝 | 1110011110110110100110111110011010001001100010111110010110001111101011001110100010011111 | e7b69be6898be58face89f |
EUC-JP | 邯帶焔蜿ャ陝 | 111011101011100011010110111010001011000111101011111010011110111110001110101011001111000010100001 | eeb8d6e8b1ebe9ef8eacf0a1 |
UTF-8 | 邯帶焔蜿ャ陝 | 111010011000001010101111111001011011100010110110111001111000010010010100111010001001110010111111111011111011110110101100111010011001100110011101 | e982afe5b8b6e78494e89cbfefbdace9999d |
UHC | 邯帶???陝 | 110010101111101111010011111000010011111100111111001111111110000011101101 | cafbd3e13f3f3fe0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)