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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 徇??域? | 10011100011011010011111100111111100010001110011000111111 | 9c6d3f3f88e63f |
EUC-JP | 徇??域? | 11010111110011100011111100111111101100001110100000111111 | d7ce3f3fb0e83f |
UTF-8 | 徇깑둅域롥 | 111001011011111010000111111010101011100110010001111010111001000110000101111001011001111110011111111010111010000110100101 | e5be87eab991eb9185e59f9feba1a5 |
UHC | 徇깑둅域롥 | 11100010110111111000001110001011100010100100000111100110101101001000111011100101 | e2df838b8a41e6b48ee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)