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 | ?與鴦 | 0011111111100100011011111110100111110001 | 3fe46fe9f1 |
EUC-JP | ?與鴦 | 0011111111100111110100001111001011110011 | 3fe7d0f2f3 |
UTF-8 | 行與鴦 | 111011111010100010001000111010001000100010000111111010011011010010100110 | efa888e88887e9b4a6 |
UHC | 行與鴦 | 111110101010000111100110101010001110010011101100 | faa1e6a8e4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)