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 | 筬秕祿 | 111000101010101111100010010111011110001001010010 | e2abe25de252 |
EUC-JP | 筬秕祿 | 111001001010110111100011101111101110001110110011 | e4ade3bee3b3 |
UTF-8 | 筬秕祿 | 111001111010110110101100111001111010011110010101111001111010010110111111 | e7adace7a795e7a5bf |
UHC | 筬秕祿 | 111000001111111011011101111110011101011011011111 | e0feddf9d6df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)