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 | 弱??雅 | 100011101110001100111111001111111000100111101011 | 8ee33f3f89eb |
EUC-JP | 弱??雅 | 101111001110010100111111001111111011001011101101 | bce53f3fb2ed |
UTF-8 | 弱덄뱩雅 | 111001011011110010110001111010111000110110000100111010111011000110101001111010011001101110000101 | e5bcb1eb8d84ebb1a9e99b85 |
UHC | 弱덄뱩雅 | 1110010110110000100010001110011110010011100011111110010010111010 | e5b088e7938fe4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)