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 | 踞樒ゥゥ | 111001101111010110011110111001111010100110101001 | e6f59ee7a9a9 |
EUC-JP | 踞樒ゥゥ | 1110110011110111110111001110100110001110101010011000111010101001 | ecf7dce98ea98ea9 |
UTF-8 | 踞樒ゥゥ | 111010001011100010011110111001101010100010010010111011111011110110101001111011111011110110101001 | e8b89ee6a892efbda9efbda9 |
UHC | 踞??? | 1100101111100110001111110011111100111111 | cbe63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)