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 | ?硯舜 | 0011111110001100101001011000111101110111 | 3f8ca58f77 |
EUC-JP | ?硯舜 | 0011111110111000101001111011110111011000 | 3fb8a7bdd8 |
UTF-8 | 뺒硯舜 | 111010111011101010010010111001111010000110101111111010001000100010011100 | ebba92e7a1afe8889c |
UHC | 뺒硯舜 | 100101011101110011100110110110111110001011101111 | 95dce6dbe2ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)