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 | 鈿也硯 | 111001111110110110010110111001111000110010100101 | e7ed96e78ca5 |
EUC-JP | 鈿也硯 | 111011101110111111001100111010011011100010100111 | eeefcce9b8a7 |
UTF-8 | 鈿也硯 | 111010011000100010111111111001001011100110011111111001111010000110101111 | e988bfe4b99fe7a1af |
UHC | 鈿也硯 | 111011111010111111100101101001011110011011011011 | efafe5a5e6db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)