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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淀?舞 | 1001011110000100001111111001010110010001 | 97843f9591 |
EUC-JP | 淀盼舞 | 11001101111001001000111111001110110110011100100111110001 | cde48fced9c9f1 |
UTF-8 | 淀盼舞 | 111001101011011110000000111001111001101110111100111010001000100010011110 | e6b780e79bbce8889e |
UHC | 淀盼舞 | 111011111110001111011010111100001101100111110001 | efe3daf0d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)