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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閹オ蜷域峩B | 11101000100001101011010111100101100100001000100011100110100110111011010001000010 | e886b5e59088e69bb442 |
EUC-JP | 閹オ蜷域峩B | 1110111111100110100011101011010111101001111100001011000011101000110101101011011001000010 | efe68eb5e9f0b0e8d6b642 |
UTF-8 | 閹オ蜷域峩B | 11101001100101101011100111101111101111011011010111101000100111001011011111100101100111111001111111100101101100111010100101000010 | e996b9efbdb5e89cb7e59f9fe5b3a942 |
UHC | ???域?B | 00111111001111110011111111100110101101000011111101000010 | 3f3f3fe6b43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)