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 | 池?瓦驀 | 10010010011100100011111110001010101000101110100101111101 | 92723f8aa2e97d |
EUC-JP | 池?瓦驀 | 11000011110100110011111110110100101001001111000111011110 | c3d33fb4a4f1de |
UTF-8 | 池렍瓦驀 | 111001101011000110100000111010111010000010001101111001111001001110100110111010011010100110000000 | e6b1a0eba08de793a6e9a980 |
UHC | 池렍瓦驀 | 1111001010101110100011101010001111101000101111111101100011101001 | f2ae8ea3e8bfd8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)