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 | 錵御宛 | 111010000100010110001100111001001000100010110110 | e8458ce488b6 |
EUC-JP | 錵御宛 | 111011111010011010111000111001101011000010111000 | efa6b8e6b0b8 |
UTF-8 | 錵御宛 | 111010011000110010110101111001011011111010100001111001011010111010011011 | e98cb5e5bea1e5ae9b |
UHC | ?御宛 | 0011111111100101110110011110100011001000 | 3fe5d9e8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)