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 | 膠居宗 | 111001000101000010001011100011111000111101000000 | e4508b8f8f40 |
EUC-JP | 膠居宗 | 111001111011000110110101111011111011110110100001 | e7b1b5efbda1 |
UTF-8 | 膠居宗 | 111010001000011010100000111001011011000110000101111001011010111010010111 | e886a0e5b185e5ae97 |
UHC | 膠居宗 | 110011101110111111001011110111001111000011110011 | ceefcbdcf0f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)