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 | 襞坂戎 | 111001011111110010001101111000101000111101011110 | e5fc8de28f5e |
EUC-JP | 襞坂戎 | 111010101111111010111010111001001011110110111111 | eafebae4bdbf |
UTF-8 | 襞坂戎 | 111010001010010110011110111001011001110110000010111001101000100010001110 | e8a59ee59d82e6888e |
UHC | ?坂戎 | 0011111111110111111110001110101111010100 | 3ff7f8ebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)