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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???靷?? | 0011111100111111001111111000111111100111101111010011111100111111 | 3f3f3f8fe7bd3f3f |
UTF-8 | 濾곕맔靷볡독 | 111011111010011010000100111010101011001110010101111010111010011110010100111010011001110110110111111010111011001110100001111010111000111110000101 | efa684eab395eba794e99db7ebb3a1eb8f85 |
UHC | 濾곕맔靷볡독 | 111001101010010010110000111010111001000010100110111011001110011010010011111001111011010110110110 | e6a4b0eb90a6ece693e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)