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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 辿短Lh辿短L | 1001001001001000100100100101101001001100011010001001001001001000100100100101101001001100 | 9248925a4c689248925a4c |
EUC-JP | 辿短Lh辿短L | 1100001110101001110000111011101101001100011010001100001110101001110000111011101101001100 | c3a9c3bb4c68c3a9c3bb4c |
UTF-8 | 辿短Lh辿短L | 111010001011111010111111111001111001111110101101010011000110100011101000101111101011111111100111100111111010110101001100 | e8bebfe79fad4c68e8bebfe79fad4c |
UHC | ?短Lh?短L | 001111111101001110101101010011000110100000111111110100111010110101001100 | 3fd3ad4c683fd3ad4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)