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 | 躁葛科 | 111001110100111010001010100010111000100111001000 | e74e8a8b89c8 |
EUC-JP | 躁葛科 | 111011011010111110110011111010111011001011001010 | edafb3ebb2ca |
UTF-8 | 躁葛科 | 111010001011101010000001111010001001000110011011111001111010011110010001 | e8ba81e8919be7a791 |
UHC | 躁葛科 | 111100001110001011001010111001111100111010100001 | f0e2cae7cea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)