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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 蛻ツ^ | 1110010110001000100000110110001101011110 | e58883635e |
EUC-JP | 蛻ツ^ | 1110100111101000101001011100010001011110 | e9e8a5c45e |
UTF-8 | 蛻ツ^ | 11101000100110111011101111100011100000111000010001011110 | e89bbbe383845e |
UHC | ?ツ^ | 00111111101010111100010001011110 | 3fabc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)