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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 雲?け?B | 10001001010111110011111110000010101011110011111101000010 | 895f3f82af3f42 |
EUC-JP | 雲?け?B | 10110001110000000011111110100100101100010011111101000010 | b1c03fa4b13f42 |
UTF-8 | 雲랑け렡B | 11101001100110111011001011101011100111101001000111100011100000011001000111101011101000001010000101000010 | e99bb2eb9e91e38191eba0a142 |
UHC | 雲랑け렡B | 111010101010001110110110111110111010101010110001100011101011001001000010 | eaa3b6fbaab18eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)