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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霑夂距蟷ケ | 111010001011111110011010111001111000101110010111111001011011100110111001 | e8bf9ae78b97e5b9b9 |
EUC-JP | 霑夂距蟷ケ | 11110000110000011101010011101001101101011111011111101010101110111000111010111001 | f0c1d4e9b5f7eabb8eb9 |
UTF-8 | 霑夂距蟷ケ | 111010011001110010010001111001011010010010000010111010001011011110011101111010001001111110110111111011111011110110111001 | e99c91e5a482e8b79de89fb7efbdb9 |
UHC | 霑?距?? | 11101111110001010011111111001011111001010011111100111111 | efc53fcbe53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)