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 | 豐シ魄ョ郤 | 1110011010110010101111001110100110101110101011101110011110111010 | e6b2bce9aeaee7ba |
EUC-JP | 豐シ魄ョ郤 | 11101100101101001000111010111100111100101011000010001110101011101110111010111100 | ecb48ebcf2b08eaeeebc |
UTF-8 | 豐シ魄ョ郤 | 111010001011000110010000111011111011110110111100111010011010110110000100111011111011110110101110111010011000001110100100 | e8b190efbdbce9ad84efbdaee983a4 |
UHC | ??魄?? | 001111110011111111011011110111100011111100111111 | 3f3fdbde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)