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 | 弱??飮l? | 100011101110001100111111001111111001111101011010100000101000110000111111 | 8ee33f3f9f5a828c3f |
EUC-JP | 弱??飮l? | 101111001110010100111111001111111101110110111011101000111110110000111111 | bce53f3fddbba3ec3f |
UTF-8 | 弱륁맀飮l댆 | 111001011011110010110001111010111010010110000001111010111010011110000000111010011010001110101110111011111011110110001100111010111000110010000110 | e5bcb1eba581eba780e9a3aeefbd8ceb8c86 |
UHC | 弱륁맀飮l댆 | 111001011011000010001111111011001001000010011011111010111110011010100011111011001000100010110000 | e5b08fec909bebe6a3ec88b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)