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 | 意??懿 | 100010001101001100111111001111111001110011110010 | 88d33f3f9cf2 |
EUC-JP | 意??懿 | 101100001101010100111111001111111101100011110100 | b0d53f3fd8f4 |
UTF-8 | 意몃죪懿 | 111001101000010010001111111010111010101010000011111011001010001110101010111001101000011110111111 | e6848febaa83eca3aae687bf |
UHC | 意몃죪懿 | 1110101111110010101110001110101110100001100001011110101111110011 | ebf2b8eba185ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)