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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔭逗娘 | 100010001111110010010000100000001001011010111010 | 88fc908096ba |
EUC-JP | 蔭逗娘 | 101100001111111010111111111000001100110010111100 | b0febfe0ccbc |
UTF-8 | 蔭逗娘 | 111010001001010010101101111010011000000010010111111001011010100010011000 | e894ade98097e5a898 |
UHC | 蔭逗娘 | 111010111110001111010100111010001101001010100110 | ebe3d4e8d2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)