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 | 慫?轅? | 100111001100111100111111111001110111011000111111 | 9ccf3fe7763f |
EUC-JP | 慫?轅? | 110110001101000100111111111011011101011100111111 | d8d13fedd73f |
UTF-8 | 慫렫轅렕 | 111001101000010110101011111010111010000010101011111010001011110110000101111010111010000010010101 | e685abeba0abe8bd85eba095 |
UHC | 慫렫轅렕 | 1111000011110110100011101011100111101010101111111000111010101010 | f0f68eb9eabf8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)