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 | 鐔守戯 | 111010000101110010001110111001111000101101011001 | e85c8ee78b59 |
EUC-JP | 鐔守戯 | 111011111011110110111100111010011011010110111010 | efbdbce9b5ba |
UTF-8 | 鐔守戯 | 111010011001000010010100111001011010111010001000111001101000100010101111 | e99094e5ae88e688af |
UHC | ?守? | 00111111111000011111101000111111 | 3fe1fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)