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 | 弱?┷? | 100011101110001100111111100001001011100000111111 | 8ee33f84b83f |
EUC-JP | 弱?┷? | 101111001110010100111111101010001011101000111111 | bce53fa8ba3f |
UTF-8 | 弱륅┷隸 | 111001011011110010110001111010111010010110000101111000101001010010110111111011111010011010111000 | e5bcb1eba585e294b7efa6b8 |
UHC | 弱륅┷隸 | 1110010110110000100011111110111110100110101110101110011111100110 | e5b08fefa6bae7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)