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 | 瓦℡?彦? | 1000101010100010100001111000010000111111100101010100011000111111 | 8aa287843f95463f |
EUC-JP | 瓦??彦? | 10110100101001000011111100111111110010011010011100111111 | b4a43f3fc9a73f |
UTF-8 | 瓦℡뀍彦잹 | 111001111001001110100110111000101000010010100001111010111000000010001101111001011011110110100110111011001001111010111001 | e793a6e284a1eb808de5bda6ec9eb9 |
UHC | 瓦℡뀍彦잹 | 11101000101111111010001011100101100001011000100011100101111010011010000001000010 | e8bfa2e58588e5e9a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)