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 | 壹假Ω | 100110101110001110011000111011111000001110110110 | 9ae398ef83b6 |
EUC-JP | 壹假Ω | 110101001110010111010000111100011010011010111000 | d4e5d0f1a6b8 |
UTF-8 | 壹假Ω | 1110010110100011101110011110010110000001100001111100111010101001 | e5a3b9e58187cea9 |
UHC | 壹假Ω | 111011001110110011001010101000111010010111011000 | ececcaa3a5d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)