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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 衙??h衙?? | 111001011100100100111111001111110110100011100101110010010011111100111111 | e5c93f3f68e5c93f3f |
EUC-JP | 衙??h衙?? | 111010101100101100111111001111110110100011101010110010110011111100111111 | eacb3f3f68eacb3f3f |
UTF-8 | 衙롇렟h衙롇렟 | 11101000101000011001100111101011101000011000011111101011101000001001111101101000111010001010000110011001111010111010000110000111111010111010000010011111 | e8a199eba187eba09f68e8a199eba187eba09f |
UHC | 衙롇렟h衙롇렟 | 11100100101101111000111011001101100011101011000001101000111001001011011110001110110011011000111010110000 | e4b78ecd8eb068e4b78ecd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)