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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜈呈キ | 1110010110000101100100101110011010110111 | e58592e6b7 |
EUC-JP | 蜈呈キ | 111010011110010111000100111010001000111010110111 | e9e5c4e88eb7 |
UTF-8 | 蜈呈キ | 111010001001110010001000111001011001000110001000111011111011110110110111 | e89c88e59188efbdb7 |
UHC | 蜈呈? | 1110100010100101111011111101000000111111 | e8a5efd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)