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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 瓮??瓦ο?^ | 11100001010001000011111100111111100010101010001010000011110011010011111101011110 | e1443f3f8aa283cd3f5e |
EUC-JP | 瓮??瓦ο?^ | 11100001101001010011111100111111101101001010010010100110110011110011111101011110 | e1a53f3fb4a4a6cf3f5e |
UTF-8 | 瓮뽳쉽瓦ο쉽^ | 111001111001001110101110111010111011110110110011111011001000100110111101111001111001001110100110110011101011111111101100100010011011110101011110 | e793aeebbdb3ec89bde793a6cebfec89bd5e |
UHC | 瓮뽳쉽瓦ο쉽^ | 11101000101101111001011011101111101111011011000111101000101111111010010111101111101111011011000101011110 | e8b796efbdb1e8bfa5efbdb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)