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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 財????j | 1000110111100000001111110011111100111111001111111000001010001010 | 8de03f3f3f3f828a |
| EUC-JP | 財????j | 1011101011100010001111110011111100111111001111111010001111101010 | bae23f3f3f3fa3ea |
| UTF-8 | 財명틤뤋퀚j | 111010001011001010100001111010111010101010000101111011011000101110100100111010111010010010001011111011011000000010011010111011111011110110001010 | e8b2a1ebaa85ed8ba4eba48bed809aefbd8a |
| UHC | 財명틤뤋퀚j | 111011101010111110111000111011011100011010111010100011111011101110110011100011101010001111101010 | eeafb8edc6ba8fbbb38ea3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)