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 | 霍ォ閻ォ縺殖 | 11101000101101111010101111101000100001011010101111100011100000011001000001000010 | e8b7abe885abe3819042 |
EUC-JP | 霍ォ閻ォ縺殖 | 111100001011100110001110101010111110111111100101100011101010101111100101111000011011111110100011 | f0b98eabefe58eabe5e1bfa3 |
UTF-8 | 霍ォ閻ォ縺殖 | 111010011001110010001101111011111011110110101011111010011001011010111011111011111011110110101011111001111011100010111010111001101010111010010110 | e99c8defbdabe996bbefbdabe7b8bae6ae96 |
UHC | ??閻??殖 | 0011111100111111111001111010001000111111001111111110001111010110 | 3f3fe7a23f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)