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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???昻??鵝 | 001111110011111100111111111110101101000000111111001111111110101001000000 | 3f3f3ffad03f3fea40 |
EUC-JP | ??????鵝 | 0011111100111111001111110011111100111111001111111111001110100001 | 3f3f3f3f3f3ff3a1 |
UTF-8 | 怜뉖젷昻뽯젨鵝 | 111011111010011010101100111010111000100110010110111011001010000010110111111001101001100010111011111010111011110110101111111011001010000010101000111010011011010110011101 | efa6aceb8996eca0b7e698bbebbdafeca0a8e9b59d |
UHC | 怜뉖젷昻뽯젨鵝 | 1110011110110000100001111110101110100000101010111110010011101001100101101110101110100000101000001110010010111101 | e7b087eba0abe4e996eba0a0e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)