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 | 齬??節? | 11101010100101110011111100111111100100001101111100111111 | ea973f3f90df3f |
EUC-JP | 齬??節? | 11110011111101110011111100111111110000001110000100111111 | f3f73f3fc0e13f |
UTF-8 | 齬싪폇節숰 | 111010011011110110101100111011001000101110101010111011011000111110000111111001111010111110000000111011001000100010110000 | e9bdacec8baaed8f87e7af80ec88b0 |
UHC | 齬싪폇節숰 | 11100101111000011001101011101000101111001001010011101111101111011001101001001000 | e5e19ae8bc94efbd9a48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)