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 | 蓁倩鳩豺。譌 | 1110010011101011100110001110100010010100101101011110011010110111101000011110011010010111 | e4eb98e894b5e6b7a1e697 |
EUC-JP | 蓁倩鳩豺。譌 | 111010001110110111010000111010101100100010110111111011001011100110001110101000011110101111110111 | e8edd0eac8b7ecb98ea1ebf7 |
UTF-8 | 蓁倩鳩豺。譌 | 111010001001001110000001111001011000000010101001111010011011001110101001111010001011000110111010111011111011110110100001111010001010110110001100 | e89381e580a9e9b3a9e8b1baefbda1e8ad8c |
UHC | ??鳩豺?? | 0011111100111111110011111100110111100011110011110011111100111111 | 3f3fcfcde3cf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)