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 | ¿£² | 101111111010001110110010 | bfa3b2 |
SJIS-WIN | ?£? | 00111111100000011001001000111111 | 3f81923f |
EUC-JP | ¿£? | 100011111010001011000100101000011111001000111111 | 8fa2c4a1f23f |
UTF-8 | ¿£² | 110000101011111111000010101000111100001010110010 | c2bfc2a3c2b2 |
UHC | ¿?² | 1010001010101111001111111010100111110111 | a2af3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)