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 | 堊??揖? | 10011010101111110011111100111111100101110100101100111111 | 9abf3f3f974b3f |
EUC-JP | 堊??揖? | 11010100110000010011111100111111110011011010110000111111 | d4c13f3fcdac3f |
UTF-8 | 堊앸씢揖멊 | 111001011010000010001010111011001001010110111000111011001001010010100010111001101000111110010110111010111010100110001010 | e5a08aec95b8ec94a2e68f96eba98a |
UHC | 堊앸씢揖멊 | 11100100101111101001110111101011100111011011011011101011111001111001000101000010 | e4be9deb9db6ebe79142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)