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 | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
SJIS-WIN | 永??揖?w | 1000100101101001001111110011111110010111010010110011111101110111 | 89693f3f974b3f77 |
EUC-JP | 永??揖?w | 1011000111001010001111110011111111001101101011000011111101110111 | b1ca3f3fcdac3f77 |
UTF-8 | 永띔퍜揖쟮w | 11100110101100001011100011101011100111011001010011101101100011011001110011100110100011111001011011101100100111111010111001110111 | e6b0b8eb9d94ed8d9ce68f96ec9fae77 |
UHC | 永띔퍜揖쟮w | 1110011110110101101101101110101010111011100100111110101111100111101000000110111001110111 | e7b5b6eabb93ebe7a06e77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)