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 | 涌韈唸韈 | 1001011101001111111010001110011110011010010110001110100011100111 | 974fe8e79a58e8e7 |
EUC-JP | 涌韈唸韈 | 1100110110110000111100001110100111010011101110011111000011101001 | cdb0f0e9d3b9f0e9 |
UTF-8 | 涌韈唸韈 | 111001101011011010001100111010011001111110001000111001011001010010111000111010011001111110001000 | e6b68ce99f88e594b8e99f88 |
UHC | 涌??? | 1110100110111111001111110011111100111111 | e9bf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)