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 | ?先^ | 00111111100100001110011001011110 | 3f90e65e |
EUC-JP | 瘙先^ | 100011111100110111110000110000001110100001011110 | 8fcdf0c0e85e |
UTF-8 | 瘙先^ | 11100111100110001001100111100101100001011000100001011110 | e79899e585885e |
UHC | 瘙先^ | 1110000111000100111000001011101101011110 | e1c4e0bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)