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 | 豫???蜈 | 10011000101011000011111100111111001111111110010110000101 | 98ac3f3f3fe585 |
EUC-JP | 豫???蜈 | 11010000101011100011111100111111001111111110100111100101 | d0ae3f3f3fe9e5 |
UTF-8 | 豫귐덃뀲蜈 | 111010001011000110101011111010101011011110010000111010111000110110000011111010111000000010110010111010001001110010001000 | e8b1abeab790eb8d83eb80b2e89c88 |
UHC | 豫귐덃뀲蜈 | 11100111111000111011000111010001100010001110011010000101101010001110100010100101 | e7e3b1d188e685a8e8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)