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^ | 111000011010100100111111010001001110000110101001001111110100010001011110 | e1a93f44e1a93f445e |
EUC-JP | 皓?D皓?D^ | 111000101010101100111111010001001110001010101011001111110100010001011110 | e2ab3f44e2ab3f445e |
UTF-8 | 皓렜D皓렜D^ | 111001111001101010010011111010111010000010011100010001001110011110011010100100111110101110100000100111000100010001011110 | e79a93eba09c44e79a93eba09c445e |
UHC | 皓렜D皓렜D^ | 1111101111010011100011101010111001000100111110111101001110001110101011100100010001011110 | fbd38eae44fbd38eae445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)