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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ静ョテ古ゥ | 1100001110010000110000111010111011000011100011001100001110101001 | c390c3aec38cc3a9 |
EUC-JP | テ静ョテ古ゥ | 100011101100001111000000110001011000111010101110100011101100001110111000110001011000111010101001 | 8ec3c0c58eae8ec3b8c58ea9 |
UTF-8 | テ静ョテ古ゥ | 111011111011111010000011111010011001110110011001111011111011110110101110111011111011111010000011111001011000111110100100111011111011110110101001 | efbe83e99d99efbdaeefbe83e58fa4efbda9 |
UHC | ????古? | 00111111001111110011111100111111110011011010111100111111 | 3f3f3f3fcdaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)