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 | 鮟倡硯 | 111010011011101110011000111001111000110010100101 | e9bb98e78ca5 |
EUC-JP | 鮟倡硯 | 111100101011110111010000111010011011100010100111 | f2bdd0e9b8a7 |
UTF-8 | 鮟倡硯 | 111010011010111010011111111001011000000010100001111001111010000110101111 | e9ae9fe580a1e7a1af |
UHC | 鮟倡硯 | 111001001101010111110011110110111110011011011011 | e4d5f3dbe6db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)