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 | 娃??瓦?? | 1000100010100001001111110011111110001010101000100011111100111111 | 88a13f3f8aa23f3f |
EUC-JP | 娃??瓦?? | 1011000010100011001111110011111110110100101001000011111100111111 | b0a33f3fb4a43f3f |
UTF-8 | 娃묕슨瓦€뮢 | 111001011010100010000011111010111010110010010101111011001000101010101000111001111001001110100110111000101000001010101100111010111010111010100010 | e5a883ebac95ec8aa8e793a6e282acebaea2 |
UHC | 娃묕슨瓦€뮢 | 111010001101111110010001111011111011110110111100111010001011111110100010111001101001001010101110 | e8df91efbdbce8bfa2e692ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)