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 | 森æ | 1110011010100011101011101110011010011110 | e6a3aee69e |
SJIS-WIN | ?£??? | 001111111000000110010010001111110011111100111111 | 3f81923f3f3f |
EUC-JP | 森æ? | 100011111010100111000001101000011111001010001111101000101110111010001111101010011100000100111111 | 8fa9c1a1f28fa2ee8fa9c13f |
UTF-8 | 森æ | 11000011101001101100001010100011110000101010111011000011101001101100001010011110 | c3a6c2a3c2aec3a6c29e |
UHC | æ?®æ? | 1010100110100001001111111010001011100111101010011010000100111111 | a9a13fa2e7a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)