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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 阡戊譜 | 111010001001010010010101111010001001010110001000 | e89495e89588 |
EUC-JP | 阡戊譜 | 111011111111010011001010111010101100100111101000 | eff4caeac9e8 |
UTF-8 | 阡戊譜 | 111010011001100010100001111001101000100010001010111010001010110110011100 | e998a1e6888ae8ad9c |
UHC | 阡戊譜 | 111101001100011011011001111001101101110011001111 | f4c6d9e6dccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)