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 | 繝域Ω | 111000111000001110001000111001101000001110110110 | e38388e683b6 |
EUC-JP | 繝域Ω | 111001011110001110110000111010001010011010111000 | e5e3b0e8a6b8 |
UTF-8 | 繝域Ω | 1110011110111001100111011110010110011111100111111100111010101001 | e7b99de59f9fcea9 |
UHC | ?域Ω | 0011111111100110101101001010010111011000 | 3fe6b4a5d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)