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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霑夂距蟷ケB | 11101000101111111001101011100111100010111001011111100101101110011011100101000010 | e8bf9ae78b97e5b9b942 |
EUC-JP | 霑夂距蟷ケB | 1111000011000001110101001110100110110101111101111110101010111011100011101011100101000010 | f0c1d4e9b5f7eabb8eb942 |
UTF-8 | 霑夂距蟷ケB | 11101001100111001001000111100101101001001000001011101000101101111001110111101000100111111011011111101111101111011011100101000010 | e99c91e5a482e8b79de89fb7efbdb942 |
UHC | 霑?距??B | 1110111111000101001111111100101111100101001111110011111101000010 | efc53fcbe53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)