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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鼎??? | 1001001101000011001111110011111100111111 | 93433f3f3f |
EUC-JP | 鼎??? | 1100010110100100001111110011111100111111 | c5a43f3f3f |
UTF-8 | 鼎쾨렗椧 | 111010011011110010001110111011001011111010101000111010111010000010010111111001101010010010100111 | e9bc8eecbea8eba097e6a4a7 |
UHC | 鼎쾨렗椧 | 1111000010100011110001001110101010001110101011001101100110100111 | f0a3c4ea8eacd9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)