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 | 臟??粧? | 11100100011001100011111100111111100011111100111100111111 | e4663f3f8fcf3f |
EUC-JP | 臟??粧? | 11100111110001110011111100111111101111101101000100111111 | e7c73f3fbed13f |
UTF-8 | 臟륃궘粧덨 | 111010001000011110011111111010111010010110000011111010101011011010011000111001111011001010100111111010111000110110101000 | e8879feba583eab698e7b2a7eb8da8 |
UHC | 臟륃궘粧덨 | 11101101111101001000111111101110100000101010110111101101111100101000100101000010 | edf48fee82adedf28942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)