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 | 池?低?? | 10010010011100100011111110010010111000010011111100111111 | 92723f92e13f3f |
EUC-JP | 池?低?? | 11000011110100110011111111000100111000110011111100111111 | c3d33fc4e33f3f |
UTF-8 | 池렠低폈렎 | 111001101011000110100000111010111010000010100000111001001011110110001110111011011000111110001000111010111010000010001110 | e6b1a0eba0a0e4bd8eed8f88eba08e |
UHC | 池렠低폈렎 | 11110010101011101000111010110001111011101011100011000110111100011000111010100100 | f2ae8eb1eeb8c6f18ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)