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 | «³¢Â¡ñ | 1000111110101011101100111000111110100010110000101010000111110001 | 8fabb38fa2c2a1f1 |
SJIS-WIN | ????¢??? | 001111110011111100111111001111111000000110010001001111110011111100111111 | 3f3f3f3f81913f3f3f |
EUC-JP | ????¢Â¡ñ | 001111110011111100111111001111111010000111110001100011111010101010100100100011111010001011000010100011111010101111010000 | 3f3f3f3fa1f18faaa48fa2c28fabd0 |
UTF-8 | «³¢Â¡ñ | 11000010100011111100001010101011110000101011001111000010100011111100001010100010110000111000001011000010101000011100001110110001 | c28fc2abc2b3c28fc2a2c382c2a1c3b1 |
UHC | ??³???¡? | 00111111001111111010100111111000001111110011111100111111101000101010111000111111 | 3f3fa9f83f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)