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 | 羹o潮 | 111000111011101110000010100011111001001010101010 | e3bb828f92aa |
EUC-JP | 羹o潮 | 111001101011110110100011111011111100010010101100 | e6bda3efc4ac |
UTF-8 | 羹o潮 | 111001111011111010111001111011111011110110001111111001101011110110101110 | e7beb9efbd8fe6bdae |
UHC | 羹o潮 | 110010111101100010100011111011111111000011001101 | cbd8a3eff0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)