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 | 鵰鉀ヲ | 1111110001000111111110111100010110100110 | fc47fbc5a6 |
EUC-JP | 鵰鉀ヲ | 1000111111101011111110111000111111100011110110001000111010100110 | 8febfb8fe3d88ea6 |
UTF-8 | 鵰鉀ヲ | 111010011011010110110000111010011000100110000000111011111011110110100110 | e9b5b0e98980efbda6 |
UHC | ?鉀? | 00111111110010111010010100111111 | 3fcba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)