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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 迯庭キゎ侃F | 11100111100011011001001011101011101101111000001011101100100010101010010001000110 | e78d92ebb782ec8aa446 |
EUC-JP | 迯庭キゎ侃F | 1110110111101101110001001110110110001110101101111010010011101110101101001010011001000110 | ededc4ed8eb7a4eeb4a646 |
UTF-8 | 迯庭キゎ侃F | 11101000101111111010111111100101101110101010110111101111101111011011011111100011100000101000111011100100101111101000001101000110 | e8bfafe5baadefbdb7e3828ee4be8346 |
UHC | ?庭?ゎ侃F | 001111111110111111010100001111111010101011101110110010101100100101000110 | 3fefd43faaeecac946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)