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 | 艾暑せ | 111001001000100010001111100010111000001010111001 | e4888f8b82b9 |
EUC-JP | 艾暑せ | 111001111110100010111101111010111010010010111011 | e7e8bdeba4bb |
UTF-8 | 艾暑せ | 111010001000100110111110111001101001101010010001111000111000000110011011 | e889bee69a91e3819b |
UHC | 艾暑せ | 111001001111010111011111111101001010101010111011 | e4f5dff4aabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)