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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 昻??橈 | 111110101101000000111111001111111001111011110100 | fad03f3f9ef4 |
EUC-JP | ???橈 | 0011111100111111001111111101110011110110 | 3f3f3fdcf6 |
UTF-8 | 昻븅뮈橈 | 111001101001100010111011111010111011100010000101111010111010111010001000111001101010100110001000 | e698bbebb885ebae88e6a988 |
UHC | 昻븅뮈橈 | 1110010011101001101110101110100110111001101111111110100011111010 | e4e9bae9b9bfe8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)