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 | ?篩ε | 0011111111100010101111111000001111000011 | 3fe2bf83c3 |
EUC-JP | 鋌篩ε | 10001111111001001011101111100100110000011010011011000101 | 8fe4bbe4c1a6c5 |
UTF-8 | 鋌篩ε | 1110100110001011100011001110011110101111101010011100111010110101 | e98b8ce7afa9ceb5 |
UHC | 鋌篩ε | 111011111111101111011110111010001010010111100101 | effbdee8a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)