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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遒朱スァ | 111001111010001010001110111010011011110110100111 | e7a28ee9bda7 |
EUC-JP | 遒朱スァ | 1110111010100100101111001110101110001110101111011000111010100111 | eea4bceb8ebd8ea7 |
UTF-8 | 遒朱スァ | 111010011000000110010010111001101001110010110001111011111011110110111101111011111011110110100111 | e98192e69cb1efbdbdefbda7 |
UHC | ?朱?? | 0011111111110001101110010011111100111111 | 3ff1b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)