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 | ??咐 | 00111111001111111001100111110011 | 3f3f99f3 |
EUC-JP | ??咐 | 00111111001111111101001011110101 | 3f3fd2f5 |
UTF-8 | 뤝뀜咐 | 111010111010010010011101111010111000000010011100111001011001001010010000 | eba49deb809ce59290 |
UHC | 뤝뀜咐 | 100011111100110010110010111100011101110011111011 | 8fccb2f1dcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)