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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 彫?D彫?D^ | 100100101010010000111111010001001001001010100100001111110100010001011110 | 92a43f4492a43f445e |
EUC-JP | 彫?D彫?D^ | 110001001010011000111111010001001100010010100110001111110100010001011110 | c4a63f44c4a63f445e |
UTF-8 | 彫렞D彫렞D^ | 111001011011110110101011111010111010000010011110010001001110010110111101101010111110101110100000100111100100010001011110 | e5bdabeba09e44e5bdabeba09e445e |
UHC | 彫렞D彫렞D^ | 1111000011000001100011101010111101000100111100001100000110001110101011110100010001011110 | f0c18eaf44f0c18eaf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)