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 | 余??魏?? | 1001011101011101001111110011111111101001101100000011111100111111 | 975d3f3fe9b03f3f |
EUC-JP | 余??魏?? | 1100110110111110001111110011111111110010101100100011111100111111 | cdbe3f3ff2b23f3f |
UTF-8 | 余꾩쉳魏뚧룄 | 111001001011110110011001111010101011111010101001111011001000100110110011111010011010110110001111111010111001101010100111111010111010001110000100 | e4bd99eabea9ec89b3e9ad8feb9aa7eba384 |
UHC | 余꾩쉳魏뚧룄 | 111001011111100110000100111011001001101010001010111010101110000010001100111001101000111110000100 | e5f984ec9a8aeae08ce68f84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)