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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ?④??④?~ | 001111111000011101000011001111110011111110000111010000110011111101111110 | 3f87433f3f87433f7e |
EUC-JP | 嫄??嫄??~ | 1000111110111010101000010011111100111111100011111011101010100001001111110011111101111110 | 8fbaa13f3f8fbaa13f3f7e |
UTF-8 | 嫄④괜嫄④컾~ | 11100101101010111000010011100010100100011010001111101010101101001001110011100101101010111000010011100010100100011010001111101100101110111011111001111110 | e5ab84e291a3eab49ce5ab84e291a3ecbbbe7e |
UHC | 嫄④괜嫄④컾~ | 11101010101100011010100011101010101100011010011011101010101100011010100011101010101100001001111101111110 | eab1a8eab1a6eab1a8eab09f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)