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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 宍璽B | 11110100101001001000111010110011100011101010001101000010 | f4a48eb38ea342 |
EUC-JP | ?宍璽B | 001111111011110010110101101111001010010101000010 | 3fbcb5bca542 |
UTF-8 | 宍璽B | 11101110100011011001001111100101101011101000110111100111100100101011110101000010 | ee8d93e5ae8de792bd42 |
UHC | ??璽B | 0011111100111111110111111101111001000010 | 3f3fdfde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)