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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霑鯊霑垪 | 1110100010111111111010011100000011101000101111111001101010111000 | e8bfe9c0e8bf9ab8 |
EUC-JP | 霑鯊霑垪 | 1111000011000001111100101100001011110000110000011101010010111010 | f0c1f2c2f0c1d4ba |
UTF-8 | 霑鯊霑垪 | 111010011001110010010001111010011010111110001010111010011001110010010001111001011001111010101010 | e99c91e9af8ae99c91e59eaa |
UHC | 霑?霑? | 111011111100010100111111111011111100010100111111 | efc53fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)