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 | 愼??? | 1001110011000100001111110011111100111111 | 9cc43f3f3f |
EUC-JP | 愼??? | 1101100011000110001111110011111100111111 | d8c63f3f3f |
UTF-8 | 愼뗆롨댖 | 111001101000010010111100111010111001011110000110111010111010000110101000111010111000110010010110 | e684bceb9786eba1a8eb8c96 |
UHC | 愼뗆롨댖 | 1110001111100101100010111100110010001110111010001000100010111010 | e3e58bcc8ee888ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)