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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 迯庭キゎ侃E | 11100111100011011001001011101011101101111000001011101100100010101010010001000101 | e78d92ebb782ec8aa445 |
EUC-JP | 迯庭キゎ侃E | 1110110111101101110001001110110110001110101101111010010011101110101101001010011001000101 | ededc4ed8eb7a4eeb4a645 |
UTF-8 | 迯庭キゎ侃E | 11101000101111111010111111100101101110101010110111101111101111011011011111100011100000101000111011100100101111101000001101000101 | e8bfafe5baadefbdb7e3828ee4be8345 |
UHC | ?庭?ゎ侃E | 001111111110111111010100001111111010101011101110110010101100100101000101 | 3fefd43faaeecac945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)