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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 惚瑚棲 | 100011011001101110001100111010001001000010110001 | 8d9b8ce890b1 |
EUC-JP | 惚瑚棲 | 101110011111101110111000111010101100000010110011 | b9fbb8eac0b3 |
UTF-8 | 惚瑚棲 | 111001101000001110011010111001111001000110011010111001101010001110110010 | e6839ae7919ae6a3b2 |
UHC | 惚瑚棲 | 111110111110110111111011110100011101111111111000 | fbedfbd1dff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)