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 | 霆城。疲ア | 1110100010111011100011111110100110100001100101001110011010110001 | e8bb8fe9a194e6b1 |
EUC-JP | 霆城。疲ア | 11110000101111011011111011101011100011101010000111001000111010001000111010110001 | f0bdbeeb8ea1c8e88eb1 |
UTF-8 | 霆城。疲ア | 111010011001110010000110111001011001111110001110111011111011110110100001111001111001011010110010111011111011110110110001 | e99c86e59f8eefbda1e796b2efbdb1 |
UHC | 霆城?疲? | 1110111111111101111000001111001000111111111110011010101000111111 | effde0f23ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)