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 | 盖哺顫 | 111000011011001110011010010011011110100011111010 | e1b39a4de8fa |
EUC-JP | 盖哺顫 | 111000101011010111010011101011101111000011111100 | e2b5d3aef0fc |
UTF-8 | 盖哺顫 | 111001111001101110010110111001011001001110111010111010011010000110101011 | e79b96e593bae9a1ab |
UHC | 盖哺顫 | 110010111100110011111000110101001110111110110101 | cbccf8d4efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)