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 | 脯j召 | 111000111111101110000010100010101000111110100010 | e3fb828a8fa2 |
EUC-JP | 脯j召 | 111001101111110110100011111010101011111010100100 | e6fda3eabea4 |
UTF-8 | 脯j召 | 111010001000010010101111111011111011110110001010111001011000111110101100 | e884afefbd8ae58fac |
UHC | 脯j召 | 111110001110000110100011111010101110000110101111 | f8e1a3eae1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)