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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 治治識B | 11110010101100101000111010100001111100101011001010001110101000011111000111100110100011101010111101000010 | f2b28ea1f2b28ea1f1e68eaf42 |
EUC-JP | ?治?治?識B | 00111111101111001010001100111111101111001010001100111111101111001011000101000010 | 3fbca33fbca33fbcb142 |
UTF-8 | 治治識B | 11101110100001111010100111100110101100101011101111101110100001111010100111100110101100101011101111101110100001011010000111101000101011011001100001000010 | ee87a9e6b2bbee87a9e6b2bbee85a1e8ad9842 |
UHC | ?治?治?識B | 00111111111101101011110100111111111101101011110100111111111000111101101101000010 | 3ff6bd3ff6bd3fe3db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)