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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?祚 | 001111111110001001001110 | 3fe24e |
EUC-JP | ?祚 | 001111111110001110101111 | 3fe3af |
UTF-8 | 뤞祚 | 111010111010010010011110111001111010010110011010 | eba49ee7a59a |
UHC | 뤞祚 | 10001111110011011111000011010100 | 8fcdf0d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)