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 | ??膳? | 0011111100111111100100010101011000111111 | 3f3f91563f |
EUC-JP | ??膳? | 0011111100111111110000011011011100111111 | 3f3fc1b73f |
UTF-8 | 쎲샳膳쎲 | 111011001000111010110010111011001000001110110011111010001000011010110011111011001000111010110010 | ec8eb2ec83b3e886b3ec8eb2 |
UHC | 쎲샳膳쎲 | 1001101111011001100110001101011111100000110011101001101111011001 | 9bd998d7e0ce9bd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)