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 | 貔郁ュ倬ー | 1110011010111110100010001110100010101101100110001110100110110000 | e6be88e8ad98e9b0 |
EUC-JP | 貔郁ュ倬ー | 11101100110000001011000011101010100011101010110111010000111010111000111010110000 | ecc0b0ea8eadd0eb8eb0 |
UTF-8 | 貔郁ュ倬ー | 111010001011001010010100111010011000001110000001111011111011110110101101111001011000000010101100111011111011110110110000 | e8b294e98381efbdade580acefbdb0 |
UHC | ?郁?倬? | 00111111111010011111010000111111111101101111000000111111 | 3fe9f43ff6f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)