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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜊剃コカ | 111001011000110110010010111001001011101010110110 | e58d92e4bab6 |
EUC-JP | 蜊剃コカ | 1110100111101101110001001110011010001110101110101000111010110110 | e9edc4e68eba8eb6 |
UTF-8 | 蜊剃コカ | 111010001001110010001010111001011000100110000011111011111011110110111010111011111011110110110110 | e89c8ae58983efbdbaefbdb6 |
UHC | ?剃?? | 0011111111110100111011110011111100111111 | 3ff4ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)