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 | ???n???L | 0011111100111111001111110110111000111111001111110011111101001100 | 3f3f3f6e3f3f3f4c |
SJIS-WIN | ???n???L | 0011111100111111001111110110111000111111001111110011111101001100 | 3f3f3f6e3f3f3f4c |
EUC-JP | ???n???L | 0011111100111111001111110110111000111111001111110011111101001100 | 3f3f3f6e3f3f3f4c |
UTF-8 | 묪烈묧n묪뫔묧L | 1110101110101100101010101110111110100110100111111110101110101100101001110110111011101011101011001010101011101011101010111001010011101011101011001010011101001100 | ebacaaefa69febaca76eebacaaebab94ebaca74c |
UHC | 묪烈묧n묪뫔묧L | 1001001001000010111001101110111110010001111111100110111010010010010000101001000110110110100100011111111001001100 | 9242e6ef91fe6e924291b691fe4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)