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 | 渉ユ写 | 10001111110000101111000010001110110101011000111011001010 | 8fc2f08ed58eca |
EUC-JP | 渉?ユ写 | 10111110110001000011111110001110110101011011110011001100 | bec43f8ed5bccc |
UTF-8 | 渉ユ写 | 111001101011100010001001111011101000000110001101111011111011111010010101111001011000011010011001 | e6b889ee818defbe95e58699 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)