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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錻旧羽錻 | 1110100001000110100010111000110010001001010010001110100001000110 | e8468b8c8948e846 |
EUC-JP | 錻旧羽錻 | 1110111110100111101101011110110010110001101010011110111110100111 | efa7b5ecb1a9efa7 |
UTF-8 | 錻旧羽錻 | 111010011000110010111011111001101001011110100111111001111011111010111101111010011000110010111011 | e98cbbe697a7e7bebde98cbb |
UHC | ??羽? | 0011111100111111111010011110001000111111 | 3f3fe9e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)