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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜑ー辯セ驩ァ | 111001011000100110110000111001111000011110111110111010011000100110100111 | e589b0e787bee989a7 |
EUC-JP | 蜑ー辯セ驩ァ | 111010011110100110001110101100001110110111100111100011101011111011110001111010011000111010100111 | e9e98eb0ede78ebef1e98ea7 |
UTF-8 | 蜑ー辯セ驩ァ | 111010001001110010010001111011111011110110110000111010001011111010101111111011111011110110111110111010011010100110101001111011111011110110100111 | e89c91efbdb0e8beafefbdbee9a9a9efbda7 |
UHC | ??辯?驩? | 0011111100111111110111001010101000111111111111001011111000111111 | 3f3fdcaa3ffcbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)