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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 儀??濡?^ | 1000101101010110001111110011111110010100010001110011111101011110 | 8b563f3f94473f5e |
EUC-JP | 儀??濡?^ | 1011010110110111001111110011111111000111101010000011111101011110 | b5b73f3fc7a83f5e |
UTF-8 | 儀붺뜏濡쌵^ | 11100101100001001000000011101011101101101011101011101011100111001000111111100110101111111010000111101100100011001011010101011110 | e58480ebb6baeb9c8fe6bfa1ec8cb55e |
UHC | 儀붺뜏濡쌵^ | 1110101111110000100101001110011110001101100100101110101110100001100110110110001101011110 | ebf094e78d92eba19b635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)