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 | ?埴鏃 | 0011111110001111111110111110100001010110 | 3f8ffbe856 |
EUC-JP | ?埴鏃 | 0011111110111110111111011110111110110111 | 3fbefdefb7 |
UTF-8 | 뤚埴鏃 | 111010111010010010011010111001011001111110110100111010011000111110000011 | eba49ae59fb4e98f83 |
UHC | 뤚埴鏃 | 100011111100100111100011110100001111000011101100 | 8fc9e3d0f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)