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 | 訂鉤訂 | 100100101111100111100111111010101001001011111001 | 92f9e7ea92f9 |
EUC-JP | 訂鉤訂 | 110001001111101111101110111011001100010011111011 | c4fbeeecc4fb |
UTF-8 | 訂鉤訂 | 111010001010100010000010111010011000100110100100111010001010100010000010 | e8a882e989a4e8a882 |
UHC | 訂鉤訂 | 111011111111010011001111110010011110111111110100 | eff4cfc9eff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)