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 | 池?瓦驀? | 1001001001110010001111111000101010100010111010010111110100111111 | 92723f8aa2e97d3f |
EUC-JP | 池?瓦驀? | 1100001111010011001111111011010010100100111100011101111000111111 | c3d33fb4a4f1de3f |
UTF-8 | 池렍瓦驀삡 | 111001101011000110100000111010111010000010001101111001111001001110100110111010011010100110000000111011001000001010100001 | e6b1a0eba08de793a6e9a980ec82a1 |
UHC | 池렍瓦驀삡 | 11110010101011101000111010100011111010001011111111011000111010011011101111100100 | f2ae8ea3e8bfd8e9bbe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)