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 | ???OF | 0011111100111111001111110100111101000110 | 3f3f3f4f46 |
SJIS-WIN | ??僥OF | 001111110011111110011001010001100100111101000110 | 3f3f99464f46 |
EUC-JP | ??僥OF | 001111110011111111010001101001110100111101000110 | 3f3fd1a74f46 |
UTF-8 | 쐛了僥OF | 1110110010010000100110111110111110100110101110101110010110000011101001010100111101000110 | ec909befa6bae583a54f46 |
UHC | 쐛了僥OF | 1001110010000001111010001110011111101000111010010100111101000110 | 9c81e8e7e8e94f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)