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 | 貔亥濤譏 | 1110011010111110100010001110010110011111101101111110011010011000 | e6be88e59fb7e698 |
EUC-JP | 貔亥濤譏 | 1110110011000000101100001110011111011110101110011110101111111000 | ecc0b0e7deb9ebf8 |
UTF-8 | 貔亥濤譏 | 111010001011001010010100111001001011101010100101111001101011111110100100111010001010110110001111 | e8b294e4baa5e6bfa4e8ad8f |
UHC | ?亥濤譏 | 00111111111110101010010011010100101001101101000111000001 | 3ffaa4d4a6d1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)