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 | 帥余加 | 100100001000001110010111010111011000100111000001 | 9083975d89c1 |
EUC-JP | 帥余加 | 101111111110001111001101101111101011001011000011 | bfe3cdbeb2c3 |
UTF-8 | 帥余加 | 111001011011100010100101111001001011110110011001111001011000101010100000 | e5b8a5e4bd99e58aa0 |
UHC | 帥余加 | 111000011111110111100101111110011100101010100101 | e1fde5f9caa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)