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 | リ莢キ鴉 | 1111000111111011110110001110010010110000101101111110100111101011 | f1fbd8e4b0b7e9eb |
EUC-JP | ?リ莢キ鴉 | 001111111000111011011000111010001011001010001110101101111111001011101101 | 3f8ed8e8b28eb7f2ed |
UTF-8 | リ莢キ鴉 | 111011101000010110110110111011111011111010011000111010001000111010100010111011111011110110110111111010011011010010001001 | ee85b6efbe98e88ea2efbdb7e9b489 |
UHC | ??莢?鴉 | 00111111001111111111101011111000001111111110010010111100 | 3f3ffaf83fe4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)