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 | ?懸?娠? | 00111111100011001001110000111111100100000101000000111111 | 3f8c9c3f90503f |
EUC-JP | ?懸?娠? | 00111111101101111111110000111111101111111011000100111111 | 3fb7fc3fbfb13f |
UTF-8 | 뤻懸퓦娠섟 | 111010111010010010111011111001101000011110111000111011011001001110100110111001011010100010100000111011001000010010011111 | eba4bbe687b8ed93a6e5a8a0ec849f |
UHC | 뤻懸퓦娠섟 | 10001111111010011111101011011000101111111000111111100011111000111011110010110000 | 8fe9fad8bf8fe3e3bcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)