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 | 迯ィ骰礼昏 | 111001111000110110101000111010011000110110010111111001111000110110101000 | e78da8e98d97e78da8 |
EUC-JP | 迯ィ骰礼昏 | 11101101111011011000111010101000111100011110110111001110111010011011101010101010 | eded8ea8f1edcee9baaa |
UTF-8 | 迯ィ骰礼昏 | 111010001011111110101111111011111011110110101000111010011010101010110000111001111010010010111100111001101001100010001111 | e8bfafefbda8e9aab0e7a4bce6988f |
UHC | ????昏 | 001111110011111100111111001111111111101111100111 | 3f3f3f3ffbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)