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 | 隨ウ貂 | 1110011110101100101100111110011010111000 | e7acb3e6b8 |
EUC-JP | 隨ウ貂 | 111011101010111010001110101100111110110010111010 | eeae8eb3ecba |
UTF-8 | 隨ウ貂 | 111010011001101010101000111011111011110110110011111010001011001010000010 | e99aa8efbdb3e8b282 |
UHC | 隨?貂 | 1110001011001011001111111111010110110000 | e2cb3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)