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 | 裘幗オカ | 111001011110001010011011111011001011010110110110 | e5e29becb5b6 |
EUC-JP | 裘幗オカ | 1110101011100100110101101110111010001110101101011000111010110110 | eae4d6ee8eb58eb6 |
UTF-8 | 裘幗オカ | 111010001010001110011000111001011011100110010111111011111011110110110101111011111011110110110110 | e8a398e5b997efbdb5efbdb6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)