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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 崖ラ??? | 10001010010100101000001110001001001111110011111100111111 | 8a5283893f3f3f |
EUC-JP | 崖ラ??? | 10110011101100111010010111101001001111110011111100111111 | b3b3a5e93f3f3f |
UTF-8 | 崖ラ벤痢똁 | 111001011011010010010110111000111000001110101001111010111011001010100100111011111010011110100101111010111001100010000001 | e5b496e383a9ebb2a4efa7a5eb9881 |
UHC | 崖ラ벤痢똁 | 11100100111100001010101111101001101110101010010111101100101110001000110001000010 | e4f0abe9baa5ecb88c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)