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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 滎?? | 1000111111001000101110010011111100111111 | 8fc8b93f3f |
UTF-8 | 滎펩깥 | 111001101011101110001110111011011000111010101001111010101011100110100101 | e6bb8eed8ea9eab9a5 |
UHC | 滎펩깥 | 111110111010001111000110111010011011000111111001 | fba3c6e9b1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)