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 | 莪傑刊 | 111001001010111010001100100001101000101010100111 | e4ae8c868aa7 |
EUC-JP | 莪傑刊 | 111010001011000010110111111001101011010010101001 | e8b0b7e6b4a9 |
UTF-8 | 莪傑刊 | 111010001000111010101010111001011000001010010001111001011000100010001010 | e88eaae58291e5888a |
UHC | 莪傑刊 | 111001001011010111001011111110001100101011001010 | e4b5cbf8caca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)