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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 惹??^ | 1000111011100100001111110011111101011110 | 8ee43f3f5e |
EUC-JP | 惹??^ | 1011110011100110001111110011111101011110 | bce63f3f5e |
UTF-8 | 惹╈넀^ | 11100110100000111011100111100010100101011000100011101011100001001000000001011110 | e683b9e29588eb84805e |
UHC | 惹╈넀^ | 11100101101010011010011011100010100001101001000001011110 | e5a9a6e286905e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)