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 | ?菓岬 | 0011111110001001110110011001011010100110 | 3f89d996a6 |
EUC-JP | ?菓岬 | 0011111110110010110110111100110010101000 | 3fb2dbcca8 |
UTF-8 | 룴菓岬 | 111010111010001110110100111010001000111110010011111001011011001010101100 | eba3b4e88f93e5b2ac |
UHC | 룴菓岬 | 100011111010100111001110101000101100101110100010 | 8fa9cea2cba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)