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 | 001111111000000101110000010011000110100000111111100000010111000001001100 | 3f81704c683f81704c |
EUC-JP | ?}Lh?}L | 001111111010000111010001010011000110100000111111101000011101000101001100 | 3fa1d14c683fa1d14c |
UTF-8 | 룶}Lh룶}L | 111010111010001110110110111011111011110110011101010011000110100011101011101000111011011011101111101111011001110101001100 | eba3b6efbd9d4c68eba3b6efbd9d4c |
UHC | 룶}Lh룶}L | 1000111110101011101000111111110101001100011010001000111110101011101000111111110101001100 | 8faba3fd4c688faba3fd4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)