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 | 佇??異? | 10011000110010000011111100111111100010001101100100111111 | 98c83f3f88d93f |
EUC-JP | 佇??異? | 11010000110010100011111100111111101100001101101100111111 | d0ca3f3fb0db3f |
UTF-8 | 佇띄깃異렡 | 111001001011110110000111111010111001110110000100111010101011100110000011111001111001010110110000111010111010000010100001 | e4bd87eb9d84eab983e795b0eba0a1 |
UHC | 佇띄깃異렡 | 11101110101101111011011011100111101100011110101011101100101101101000111010110010 | eeb7b6e7b1eaecb68eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)