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 | ??踪?ケ | 00111111001111111110011101001000001111111000001101010000 | 3f3fe7483f8350 |
EUC-JP | ??踪?ケ | 00111111001111111110110110101001001111111010010110110001 | 3f3feda93fa5b1 |
UTF-8 | 룶웩踪卽ケ | 111010111010001110110110111011001001101110101001111010001011100010101010111001011000110110111101111000111000001010110001 | eba3b6ec9ba9e8b8aae58dbde382b1 |
UHC | 룶웩踪卽ケ | 10001111101010111100000010100001111100011010000111110001111011011010101110110001 | 8fabc0a1f1a1f1edabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)