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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 鈺э?{d | 11111011110001001000010010001111001111110111101101100100 | fbc4848f3f7b64 |
EUC-JP | 鈺э?{d | 1000111111100011110101011010011111101111001111110111101101100100 | 8fe3d5a7ef3f7b64 |
UTF-8 | 鈺э쉿{d | 11101001100010001011101011010001100011011110110010001001101111110111101101100100 | e988bad18dec89bf7b64 |
UHC | 鈺э쉿{d | 1110100010101101101011001110111110111101101100100111101101100100 | e8adacefbdb27b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)