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 | 乙〓? | 1000100110110011100000011010110000111111 | 89b381ac3f |
EUC-JP | 乙〓? | 1011001010110101101000101010111000111111 | b2b5a2ae3f |
UTF-8 | 乙〓뤂 | 111001001011100110011001111000111000000010010011111010111010010010000010 | e4b999e38093eba482 |
UHC | 乙〓뤂 | 111010111110000010100001111010111000111110110011 | ebe0a1eb8fb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)