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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 褻界] | 1110010111110110100010100100010101011101 | e5f68a455d |
EUC-JP | 褻界] | 1110101011111000101100111010011001011101 | eaf8b3a65d |
UTF-8 | 褻界] | 11101000101001001011101111100111100101011000110001011101 | e8a4bbe7958c5d |
UHC | 褻界] | 1110000011100001110011011010001101011101 | e0e1cda35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)