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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼎?愼麓? | 1001001101000011001111111001110011000100100110000101101100111111 | 93433f9cc4985b3f |
EUC-JP | 鼎?愼麓? | 1100010110100100001111111101100011000110110011111011110000111111 | c5a43fd8c6cfbc3f |
UTF-8 | 鼎렊愼麓롚 | 111010011011110010001110111010111010000010001010111001101000010010111100111010011011101010010011111010111010000110011010 | e9bc8eeba08ae684bce9ba93eba19a |
UHC | 鼎렊愼麓롚 | 11110000101000111000111010100001111000111110010111010110111001001000111011011110 | f0a38ea1e3e5d6e48ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)