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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 渦??瓦η? | 100010010101000100111111001111111000101010100010100000111100010100111111 | 89513f3f8aa283c53f |
EUC-JP | 渦??瓦η? | 101100011011001000111111001111111011010010100100101001101100011100111111 | b1b23f3fb4a4a6c73f |
UTF-8 | 渦뤄슨瓦η꺓 | 1110011010111000101001101110101110100100100001001110110010001010101010001110011110010011101001101100111010110111111010101011101010010011 | e6b8a6eba484ec8aa8e793a6ceb7eaba93 |
UHC | 渦뤄슨瓦η꺓 | 111010001011111010110111111011111011110110111100111010001011111110100101111001111000001110111001 | e8beb7efbdbce8bfa5e783b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)