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 | 池?精朧 | 10010010011100100011111110010000101110001001111001001111 | 92723f90b89e4f |
EUC-JP | 池?精朧 | 11000011110100110011111111000000101110101101101110110000 | c3d33fc0badbb0 |
UTF-8 | 池렠精朧 | 111001101011000110100000111010111010000010100000111001111011001010111110111001101001110010100111 | e6b1a0eba0a0e7b2bee69ca7 |
UHC | 池렠精朧 | 1111001010101110100011101011000111101111111100011101011011101000 | f2ae8eb1eff1d6e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)