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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 咳??{d | 100010100101000000111111001111110111101101100100 | 8a503f3f7b64 |
EUC-JP | 咳??{d | 101100111011000100111111001111110111101101100100 | b3b13f3f7b64 |
UTF-8 | 咳ㅶ볶{d | 1110010110010010101100111110001110000101101101101110101110110011101101100111101101100100 | e592b3e385b6ebb3b67b64 |
UHC | 咳ㅶ볶{d | 1111101010100110101001001110011010111010101110100111101101100100 | faa6a4e6baba7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)