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 | 娼ネ?讎冐 | 1000111110101001110010000011111111100110101001101110001111101100 | 8fa9c83fe6a6e3ec |
EUC-JP | 娼ネ鑃讎冐 | 1011111010101011100011101100100010001111111001011110100111101100101010001110011011101110 | beab8ec88fe5e9eca8e6ee |
UTF-8 | 娼ネ鑃讎冐 | 111001011010100010111100111011111011111010001000111010011001000110000011111010001010111010001110111001011000011010010000 | e5a8bcefbe88e99183e8ae8ee58690 |
UHC | 娼???? | 111100111101111000111111001111110011111100111111 | f3de3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)