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 | ルエ暲 | 111101001100011011011001101101001111101011011100 | f4c6d9b4fadc |
EUC-JP | ?ルエ暲 | 0011111110001110110110011000111010110100100011111100001011011011 | 3f8ed98eb48fc2db |
UTF-8 | ルエ暲 | 111011101000110110110101111011111011111010011001111011111011110110110100111001101001101010110010 | ee8db5efbe99efbdb4e69ab2 |
UHC | ???暲 | 0011111100111111001111111110110111100111 | 3f3f3fede7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)