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 | 業??椅?? | 1000101111000110001111110011111110001000110101100011111100111111 | 8bc63f3f88d63f3f |
EUC-JP | 業??椅?? | 1011011011001000001111110011111110110000110110000011111100111111 | b6c83f3fb0d83f3f |
UTF-8 | 業볥굛椅쇽쭗 | 111001101010010110101101111010111011001110100101111010101011010110011011111001101010010010000101111011001000011110111101111011001010110110010111 | e6a5adebb3a5eab59be6a485ec87bdecad97 |
UHC | 業볥굛椅쇽쭗 | 111001011111011010010011111010111000001010000011111010111111010110111100111011111010011110001111 | e5f693eb8283ebf5bcefa78f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)