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 | 縞邯怜 | 100011101100100011100111101101101001011111100101 | 8ec8e7b697e5 |
EUC-JP | 縞邯怜 | 101111001100101011101110101110001100111011100111 | bccaeeb8cee7 |
UTF-8 | 縞邯怜 | 111001111011100010011110111010011000001010101111111001101000000010011100 | e7b89ee982afe6809c |
UHC | 縞邯怜 | 111110111101011011001010111110111101011010111011 | fbd6cafbd6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)