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 | 楨ラ醴ウ | 111110101110100111010111111001111101001010110011 | fae9d7e7d2b3 |
EUC-JP | 楨ラ醴ウ | 100011111100010011001100100011101101011111101110110101001000111010110011 | 8fc4cc8ed7eed48eb3 |
UTF-8 | 楨ラ醴ウ | 111001101010010110101000111011111011111010010111111010011000011010110100111011111011110110110011 | e6a5a8efbe97e986b4efbdb3 |
UHC | 楨?醴? | 111011111101111100111111110101101100101000111111 | efdf3fd6ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)