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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????肥 | 0011111100111111001111110011111100111111001111111001010011101100 | 3f3f3f3f3f3f94ec |
EUC-JP | ??????肥 | 0011111100111111001111110011111100111111001111111100100011101110 | 3f3f3f3f3f3fc8ee |
UTF-8 | 쒔렳쒔롍쑈뤮肥 | 111011001001001010010100111010111010000010110011111011001001001010010100111010111010000110001101111011001001000110001000111010111010010010101110111010001000001010100101 | ec9294eba0b3ec9294eba18dec9188eba4aee882a5 |
UHC | 쒔렳쒔롍쑈뤮肥 | 1011111010101101100011101100000010111110101011011000111011010011101111101010010010001111110111001101110111111110 | bead8ec0bead8ed3bea48fdcddfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)