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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞫ッ德仙宛 | 111001101001000110101111111110101011101010010000111001011000100010110110 | e691affaba90e588b6 |
EUC-JP | 鞫ッ?仙宛 | 111010111111000110001110101011110011111111000000111001111011000010111000 | ebf18eaf3fc0e7b0b8 |
UTF-8 | 鞫ッ德仙宛 | 111010011001111010101011111011111011110110101111111001011011111010110111111001001011101110011001111001011010111010011011 | e99eabefbdafe5beb7e4bb99e5ae9b |
UHC | 鞫?德仙宛 | 110011111101010000111111110100111110110011100000101110011110100011001000 | cfd43fd3ece0b9e8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)