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 | ??舅窪 | 001111110011111111100100011011101000110001000101 | 3f3fe46e8c45 |
EUC-JP | ??舅窪 | 001111110011111111100111110011111011011110100110 | 3f3fe7cfb7a6 |
UTF-8 | 잭뤝舅窪 | 111011001001111010101101111010111010010010011101111010001000100010000101111001111010101010101010 | ec9eadeba49de88885e7aaaa |
UHC | 잭뤝舅窪 | 1100000011101000100011111100110011001111110000001110100011000001 | c0e88fcccfc0e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)