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 | 湿耳勺 | 100011101011110010001110101010001000111011011001 | 8ebc8ea88ed9 |
EUC-JP | 湿耳勺 | 101111001011111010111100101010101011110011011011 | bcbebcaabcdb |
UTF-8 | 湿耳勺 | 111001101011100110111111111010001000000010110011111001011000101110111010 | e6b9bfe880b3e58bba |
UHC | ?耳勺 | 0011111111101100101111001110110111000011 | 3fecbcedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)