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 | 篋肭珞 | 111000101011100011100011111010111110000011100010 | e2b8e3ebe0e2 |
EUC-JP | 篋肭珞 | 111001001011101011100110111011011110000011100100 | e4bae6ede0e4 |
UTF-8 | 篋肭珞 | 111001111010111110001011111010001000001010101101111001111000111110011110 | e7af8be882ade78f9e |
UHC | ??珞 | 00111111001111111101010110101000 | 3f3fd5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)