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 | 邵奇ス餓淇 | 111001111011100010001010111011111011110110001001111011001001111110111101 | e7b88aefbd89ec9fbd |
EUC-JP | 邵奇ス餓淇 | 11101110101110101011010011110001100011101011110110110010111011101101111010111111 | eebab4f18ebdb2eedebf |
UTF-8 | 邵奇ス餓淇 | 111010011000001010110101111001011010010110000111111011111011110110111101111010011010010010010011111001101011011110000111 | e982b5e5a587efbdbde9a493e6b787 |
UHC | 邵奇?餓淇 | 111000011101000011010000111101000011111111100100101110111101000110101011 | e1d0d0f43fe4bbd1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)