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 | ?→?鴉 | 001111111000000110101000001111111110100111101011 | 3f81a83fe9eb |
EUC-JP | 縕→?鴉 | 1000111111010100110000101010001010101010001111111111001011101101 | 8fd4c2a2aa3ff2ed |
UTF-8 | 縕→폇鴉 | 111001111011100010010101111000101000011010010010111011011000111110000111111010011011010010001001 | e7b895e28692ed8f87e9b489 |
UHC | 縕→폇鴉 | 1110100010110010101000011110011010111100100101001110010010111100 | e8b2a1e6bc94e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)