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 | 霑叱渹゙螂 | 111010001011111110001110101101101111101101000110110111101110010110100101 | e8bf8eb6fb46dee5a5 |
EUC-JP | 霑叱渹゙螂 | 1111000011000001101111001011100010001111110001111110111010001110110111101110101010100111 | f0c1bcb88fc7ee8edeeaa7 |
UTF-8 | 霑叱渹゙螂 | 111010011001110010010001111001011000111110110001111001101011100010111001111011111011111010011110111010001001111010000010 | e99c91e58fb1e6b8b9efbe9ee89e82 |
UHC | 霑叱??螂 | 1110111111000101111100101110101000111111001111111101010111001100 | efc5f2ea3f3fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)