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 | 驩九ぅ | 111010011000100110001011111000111000001010100011 | e9898be382a3 |
EUC-JP | 驩九ぅ | 111100011110100110110110111001011010010010100101 | f1e9b6e5a4a5 |
UTF-8 | 驩九ぅ | 111010011010100110101001111001001011100110011101111000111000000110000101 | e9a9a9e4b99de38185 |
UHC | 驩九ぅ | 111111001011111011001110111110101010101010100101 | fcbecefaaaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)