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 | 業????? | 10001011110001100011111100111111001111110011111100111111 | 8bc63f3f3f3f3f |
EUC-JP | 業??靷?? | 101101101100100000111111001111111000111111100111101111010011111100111111 | b6c83f3f8fe7bd3f3f |
UTF-8 | 業졼뀾靷볡독 | 111001101010010110101101111011001010000110111100111010111000000010111110111010011001110110110111111010111011001110100001111010111000111110000101 | e6a5adeca1bceb80bee99db7ebb3a1eb8f85 |
UHC | 業졼뀾靷볡독 | 111001011111011010100000111000111000010110110100111011001110011010010011111001111011010110110110 | e5f6a0e385b4ece693e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)