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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????∨ | 0011111100111111001111110011111100111111001111111000000111001001 | 3f3f3f3f3f3f81c9 |
EUC-JP | ??????∨ | 0011111100111111001111110011111100111111001111111010001011001011 | 3f3f3f3f3f3fa2cb |
UTF-8 | 뤚쳩곪빡뤒훿∨ | 111010111010010010011010111011001011001110101001111010101011001110101010111010111011100110100001111010111010010010010010111011011001101110111111111000101000100010101000 | eba49aecb3a9eab3aaebb9a1eba492ed9bbfe288a8 |
UHC | 뤚쳩곪빡뤒훿∨ | 1000111111001001101010111000111010110000111100101011101011111101100011111100001011000100100011101010000111111101 | 8fc9ab8eb0f2bafd8fc2c48ea1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)