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 | 哭獏玳盖韜 | 10011010010011001110000011010001111000001101110011100001101100111110100011101001 | 9a4ce0d1e0dce1b3e8e9 |
EUC-JP | 哭獏玳盖韜 | 11010011101011011110000011010011111000001101111011100010101101011111000011101011 | d3ade0d3e0dee2b5f0eb |
UTF-8 | 哭獏玳盖韜 | 111001011001001110101101111001111000110110001111111001111000111010110011111001111001101110010110111010011001111110011100 | e593ade78d8fe78eb3e79b96e99f9c |
UHC | 哭?玳盖韜 | 110011011101011000111111110100111110010111001011110011001101010010110111 | cdd63fd3e5cbccd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)