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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?灑 | 001111111110000001110010 | 3fe072 |
EUC-JP | ?灑 | 001111111101111111010011 | 3fdfd3 |
UTF-8 | 씔灑 | 111011001001010010010100111001111000000110010001 | ec9494e78191 |
UHC | 씔灑 | 10111110101111001110000111101110 | bebce1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)