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^ | 1110000110111100111000011000101001000100111000011011110011100001100010100100010001011110 | e1bce18a44e1bce18a445e |
EUC-JP | 眈瘧D眈瘧D^ | 1110001010111110111000011110101001000100111000101011111011100001111010100100010001011110 | e2bee1ea44e2bee1ea445e |
UTF-8 | 眈瘧D眈瘧D^ | 111001111001110010001000111001111001100010100111010001001110011110011100100010001110011110011000101001110100010001011110 | e79c88e798a744e79c88e798a7445e |
UHC | 眈?D眈?D^ | 111101111010111100111111010001001111011110101111001111110100010001011110 | f7af3f44f7af3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)