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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止?兆?遇? | 100011100111111000111111100100101001101100111111100010111111011000111111 | 8e7e3f929b3f8bf63f |
EUC-JP | 止?兆?遇? | 101110111101111100111111110000111111101100111111101101101111100000111111 | bbdf3fc3fb3fb6f83f |
UTF-8 | 止렩兆렞遇렰 | 111001101010110110100010111010111010000010101001111001011000010110000110111010111010000010011110111010011000000110000111111010111010000010110000 | e6ada2eba0a9e58586eba09ee98187eba0b0 |
UHC | 止렩兆렞遇렰 | 111100101010110110001110101101111111000010111100100011101010111111101001111001111000111010111101 | f2ad8eb7f0bc8eafe9e78ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)