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 | ??t??t^ | 00111111001111110111010000111111001111110111010001011110 | 3f3f743f3f745e |
SJIS-WIN | ??t??t^ | 00111111001111110111010000111111001111110111010001011110 | 3f3f743f3f745e |
EUC-JP | ??t??t^ | 00111111001111110111010000111111001111110111010001011110 | 3f3f743f3f745e |
UTF-8 | 쒔렕t쒔렕t^ | 111011001001001010010100111010111010000010010101011101001110110010010010100101001110101110100000100101010111010001011110 | ec9294eba09574ec9294eba095745e |
UHC | 쒔렕t쒔렕t^ | 1011111010101101100011101010101001110100101111101010110110001110101010100111010001011110 | bead8eaa74bead8eaa745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)