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 | óû¬£ | 11110011111110111010110010100011 | f3fbaca3 |
SJIS-WIN | ??£ | 001111110011111110000001110010101000000110010010 | 3f3f81ca8192 |
EUC-JP | óû¬£ | 10001111101010111101000110001111101010111110010110100010110011001010000111110010 | 8fabd18fabe5a2cca1f2 |
UTF-8 | óû¬£ | 1100001110110011110000111011101111000010101011001100001010100011 | c3b3c3bbc2acc2a3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)