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 | 辟梧懇雹育ョ | 1110011110000100100011001110011010001101101001111110100010111001100010001110011110101110 | e7848ce68da7e8b988e7ae |
| EUC-JP | 辟梧懇雹育ョ | 111011011110010010111000111010001011101010101001111100001011101110110000111010011000111010101110 | ede4b8e8baa9f0bbb0e98eae |
| UTF-8 | 辟梧懇雹育ョ | 111010001011111010011111111001101010001010100111111001101000011110000111111010011001101110111001111010001000001010110010111011111011110110101110 | e8be9fe6a2a7e68787e99bb9e882b2efbdae |
| UHC | ?梧懇雹育? | 00111111111001111111110011001010110100001101101011011111111010111100000000111111 | 3fe7fccad0dadfebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)