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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鸚??釗? | 11101010010111110011111100111111111110111011101100111111 | ea5f3f3ffbbb3f |
EUC-JP | 鸚??釗? | 1111001111000000001111110011111110001111111000111010011000111111 | f3c03f3f8fe3a63f |
UTF-8 | 鸚쒖쥓釗ㅶ | 111010011011100010011010111011001001001010010110111011001010010110010011111010011000011110010111111000111000010110110110 | e9b89aec9296eca593e98797e385b6 |
UHC | 鸚쒖쥓釗ㅶ | 11100101101001001001110011101100101000101000101011100001111100101010010011100110 | e5a49ceca28ae1f2a4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)