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 | 巐ろ讎被 | 1111101010110110100000101110101111100110101001101001010011101101 | fab682ebe6a694ed |
EUC-JP | 巐ろ讎被 | 100011111011101111111001101001001110110111101100101010001100100011101111 | 8fbbf9a4edeca8c8ef |
UTF-8 | 巐ろ讎被 | 111001011011011110010000111000111000001010001101111010001010111010001110111010001010001010101011 | e5b790e3828de8ae8ee8a2ab |
UHC | ?ろ?被 | 001111111010101011101101001111111111100110101100 | 3faaed3ff9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)