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 | 溪窘輒 | 100111111110001011100010011110101110011101101011 | 9fe2e27ae76b |
EUC-JP | 溪窘輒 | 110111101110010011100011110110111110110111001100 | dee4e3dbedcc |
UTF-8 | 溪窘輒 | 111001101011101010101010111001111010101010011000111010001011110010010010 | e6baaae7aa98e8bc92 |
UHC | 溪窘輒 | 110011011010001011001111110101111111010011100101 | cda2cfd7f4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)