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 | 肢?滸棒? | 1000111010001000001111111001111111110101100101100101111100111111 | 8e883f9ff5965f3f |
EUC-JP | 肢?滸棒? | 1011101111101000001111111101111011110111110010111100000000111111 | bbe83fdef7cbc03f |
UTF-8 | 肢렲滸棒렠 | 111010001000001010100010111010111010000010110010111001101011101110111000111001101010001110010010111010111010000010100000 | e882a2eba0b2e6bbb8e6a392eba0a0 |
UHC | 肢렲滸棒렠 | 11110010101101101000111010111111111110111100101011011100111010101000111010110001 | f2b68ebffbcadcea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)