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 | ????O? | 001111110011111100111111001111110100111100111111 | 3f3f3f3f4f3f |
SJIS-WIN | 顫趣スソO韆 | 111010001111101010001110111011111011110110111111010011111110100011100110 | e8fa8eefbdbf4fe8e6 |
EUC-JP | 顫趣スソO韆 | 1111000011111100101111001111000110001110101111011000111010111111010011111111000011101000 | f0fcbcf18ebd8ebf4ff0e8 |
UTF-8 | 顫趣スソO韆 | 11101001101000011010101111101000101101101010001111101111101111011011110111101111101111011011111101001111111010011001111110000110 | e9a1abe8b6a3efbdbdefbdbf4fe99f86 |
UHC | 顫趣??O韆 | 111011111011010111110110101011000011111100111111010011111111010011000111 | efb5f6ac3f3f4ff4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)