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 | ??咸謎 | 001111110011111110011001111101111001001111100100 | 3f3f99f793e4 |
EUC-JP | ??咸謎 | 001111110011111111010010111110011100011011100110 | 3f3fd2f9c6e6 |
UTF-8 | 뤝잰咸謎 | 111010111010010010011101111011001001111010110000111001011001001010111000111010001010110010001110 | eba49dec9eb0e592b8e8ac8e |
UHC | 뤝잰咸謎 | 1000111111001100110000001110100111111001111000001101101010111010 | 8fccc0e9f9e0daba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)