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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 跣咏拠跏ー迚 | 1110011011101111100110011110011110001011100100101110011011100110101100001110011110001001 | e6ef99e78b92e6e6b0e789 |
EUC-JP | 跣咏拠跏ー迚 | 111011001111000111010010111010011011010111110010111011001110100010001110101100001110110111101001 | ecf1d2e9b5f2ece88eb0ede9 |
UTF-8 | 跣咏拠跏ー迚 | 111010001011011110100011111001011001001010001111111001101000101110100000111010001011011110001111111011111011110110110000111010001011111110011010 | e8b7a3e5928fe68ba0e8b78fefbdb0e8bf9a |
UHC | 跣??跏?? | 1110000011010011001111110011111111001010101110100011111100111111 | e0d33f3fcaba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)