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 | ???Dd | 0011111100111111001111110100010001100100 | 3f3f3f4464 |
SJIS-WIN | ??縟Dd | 001111110011111111100011011101000100010001100100 | 3f3fe3744464 |
EUC-JP | ??縟Dd | 001111110011111111100101110101010100010001100100 | 3f3fe5d54464 |
UTF-8 | 쐛숰縟Dd | 1110110010010000100110111110110010001000101100001110011110111000100111110100010001100100 | ec909bec88b0e7b89f4464 |
UHC | 쐛숰縟Dd | 1001110010000001100110100100100011101001101100100100010001100100 | 9c819a48e9b24464 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)