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 | 也??訟? | 10010110111001110011111100111111100011111101011100111111 | 96e73f3f8fd73f |
EUC-JP | 也??訟? | 11001100111010010011111100111111101111101101100100111111 | cce93f3fbed93f |
UTF-8 | 也썸낟訟숇 | 111001001011100110011111111011001000110110111000111010111000001010011111111010001010100010011111111011001000100010000111 | e4b99fec8db8eb829fe8a89fec8887 |
UHC | 也썸낟訟숇 | 11100101101001011011110111100110101100111010111011100001111010001001100111101011 | e5a5bde6b3aee1e899eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)