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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 夷???m?G | 100010001100111000111111001111110011111110000010100011010011111101000111 | 88ce3f3f3f828d3f47 |
EUC-JP | 夷???m?G | 101100001101000000111111001111110011111110100011111011010011111101000111 | b0d03f3f3fa3ed3f47 |
UTF-8 | 夷붿콛淋m슃G | 11100101101001001011011111101011101101101011111111101100101111011001101111101111101001111011010111101111101111011000110111101100100010101000001101000111 | e5a4b7ebb6bfecbd9befa7b5efbd8dec8a8347 |
UHC | 夷붿콛淋m슃G | 11101100101010001001010011101100101100011001010011101100111110001010001111101101100110101001010101000111 | eca894ecb194ecf8a3ed9a9547 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)