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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 池?[池?[^ | 100100100111001000111111010110111001001001110010001111110101101101011110 | 92723f5b92723f5b5e |
EUC-JP | 池?[池?[^ | 110000111101001100111111010110111100001111010011001111110101101101011110 | c3d33f5bc3d33f5b5e |
UTF-8 | 池렡[池렡[^ | 111001101011000110100000111010111010000010100001010110111110011010110001101000001110101110100000101000010101101101011110 | e6b1a0eba0a15be6b1a0eba0a15b5e |
UHC | 池렡[池렡[^ | 1111001010101110100011101011001001011011111100101010111010001110101100100101101101011110 | f2ae8eb25bf2ae8eb25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)