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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 尞宣豎 | 111110101010101110010000111010011110011010110001 | faab90e9e6b1 |
EUC-JP | 尞宣豎 | 10001111101110101110101111000000111010111110110010110011 | 8fbaebc0ebecb3 |
UTF-8 | 尞宣豎 | 111001011011000010011110111001011010111010100011111010001011000110001110 | e5b09ee5aea3e8b18e |
UHC | ?宣? | 00111111111000001011111000111111 | 3fe0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)