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 | ??眉 | 00111111001111111001010011111011 | 3f3f94fb |
EUC-JP | 頊琫眉 | 1000111111100111111101001000111111001100101011111100100011111101 | 8fe7f48fccafc8fd |
UTF-8 | 頊琫眉 | 111010011010000010001010111001111001000010101011111001111001110010001001 | e9a08ae790abe79c89 |
UHC | 頊琫眉 | 111010011111010111011100111011011101101010110110 | e9f5dceddab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)