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 | 霆企ョィ | 111010001011101110001010111010011010111010101000 | e8bb8ae9aea8 |
EUC-JP | 霆企ョィ | 1111000010111101101101001110101110001110101011101000111010101000 | f0bdb4eb8eae8ea8 |
UTF-8 | 霆企ョィ | 111010011001110010000110111001001011110010000001111011111011110110101110111011111011110110101000 | e99c86e4bc81efbdaeefbda8 |
UHC | 霆企?? | 111011111111110111010000111010100011111100111111 | effdd0ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)