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 | 堊??源? | 10011010101111110011111100111111100011001011100100111111 | 9abf3f3f8cb93f |
EUC-JP | 堊??源? | 11010100110000010011111100111111101110001011101100111111 | d4c13f3fb8bb3f |
UTF-8 | 堊앸챺源퍫 | 111001011010000010001010111011001001010110111000111011001011000110111010111001101011101010010000111011011000110110101011 | e5a08aec95b8ecb1bae6ba90ed8dab |
UHC | 堊앸챺源퍫 | 11100100101111101001110111101011101010101000011111101010101110011011110001000010 | e4be9debaa87eab9bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)