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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?э??δ? | 0011111110000100100011110011111100111111100000111100001000111111 | 3f848f3f3f83c23f |
EUC-JP | ?э?旿δ? | 00111111101001111110111100111111100011111100000111110100101001101100010000111111 | 3fa7ef3f8fc1f4a6c43f |
UTF-8 | 料э쉔旿δ말 | 11101111101001101011111011010001100011011110110010001001100101001110011010010111101111111100111010110100111010111010011110010000 | efa6bed18dec8994e697bfceb4eba790 |
UHC | 料э쉔旿δ말 | 111010001111011110101100111011111011110110101000111001111111101010100101111001001011100010111011 | e8f7acefbda8e7faa5e4b8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)