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 | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-WIN | シクLhシクL | 1111001011101000101111001011100001001100011010001111001011101000101111001011100001001100 | f2e8bcb84c68f2e8bcb84c |
EUC-JP | ?シクLh?シクL | 00111111100011101011110010001110101110000100110001101000001111111000111010111100100011101011100001001100 | 3f8ebc8eb84c683f8ebc8eb84c |
UTF-8 | シクLhシクL | 111011101000100010011111111011111011110110111100111011111011110110111000010011000110100011101110100010001001111111101111101111011011110011101111101111011011100001001100 | ee889fefbdbcefbdb84c68ee889fefbdbcefbdb84c |
UHC | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)