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 | 綣禦0B | 11100011010110111000101110011010100000100100111101000010 | e35b8b9a824f42 |
EUC-JP | 綣禦0B | 11100101101111001011010111111010101000111011000001000010 | e5bcb5faa3b042 |
UTF-8 | 綣禦0B | 11100111101101101010001111100111101001101010011011101111101111001001000001000010 | e7b6a3e7a6a6efbc9042 |
UHC | ?禦0B | 001111111110010111011101101000111011000001000010 | 3fe5dda3b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)