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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 籥滑唇 | 111000101101111010001010100010101001000001001111 | e2de8a8a904f |
EUC-JP | 籥滑唇 | 111001001110000010110011111010101011111110110000 | e4e0b3eabfb0 |
UTF-8 | 籥滑唇 | 111001111011000110100101111001101011101110010001111001011001010010000111 | e7b1a5e6bb91e59487 |
UHC | ?滑唇 | 0011111111111100110000011111001011000110 | 3ffcc1f2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)