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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ?嶽?h?嶽? | 001111111001101111010100001111110110100000111111100110111101010000111111 | 3f9bd43f683f9bd43f |
EUC-JP | ?嶽?h?嶽? | 001111111101011011010110001111110110100000111111110101101101011000111111 | 3fd6d63f683fd6d63f |
UTF-8 | 센嶽셜h센嶽셜 | 11101100100001001011110011100101101101101011110111101100100001011001110001101000111011001000010010111100111001011011011010111101111011001000010110011100 | ec84bce5b6bdec859c68ec84bce5b6bdec859c |
UHC | 센嶽셜h센嶽셜 | 10111100101111101110010011000000101111001100100001101000101111001011111011100100110000001011110011001000 | bcbee4c0bcc868bcbee4c0bcc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)