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 | 絽滑犬 | 111000110101011110001010100010101000110010100010 | e3578a8a8ca2 |
EUC-JP | 絽滑犬 | 111001011011100010110011111010101011100010100100 | e5b8b3eab8a4 |
UTF-8 | 絽滑犬 | 111001111011010110111101111001101011101110010001111001111000101010101100 | e7b5bde6bb91e78aac |
UHC | ?滑犬 | 0011111111111100110000011100110010110011 | 3ffcc1ccb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)