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 | 100101110101011100111111010011000110100010010111010101110011111101001100 | 97573f4c6897573f4c |
EUC-JP | 邑?Lh邑?L | 110011011011100000111111010011000110100011001101101110000011111101001100 | cdb83f4c68cdb83f4c |
UTF-8 | 邑뷼Lh邑뷼L | 111010011000001010010001111010111011011110111100010011000110100011101001100000101001000111101011101101111011110001001100 | e98291ebb7bc4c68e98291ebb7bc4c |
UHC | 邑뷼Lh邑뷼L | 1110101111101001100101010110100101001100011010001110101111101001100101010110100101001100 | ebe995694c68ebe995694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)