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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ?菖?\ | 0011111110001111110100100011111101011100 | 3f8fd23f5c |
EUC-JP | ?菖?\ | 0011111110111110110101000011111101011100 | 3fbed43f5c |
UTF-8 | 렱菖롁\ | 11101011101000001011000111101000100011111001011011101011101000011000000101011100 | eba0b1e88f96eba1815c |
UHC | 렱菖롁\ | 10001110101111101111001111101110100011101100100001011100 | 8ebef3ee8ec85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)