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 | 豕呵婿 | 111001101011001110011001111010001001011010111001 | e6b399e896b9 |
EUC-JP | 豕呵婿 | 111011001011010111010010111010101100110010111011 | ecb5d2eaccbb |
UTF-8 | 豕呵婿 | 111010001011000110010101111001011001000110110101111001011010100110111111 | e8b195e591b5e5a9bf |
UHC | 豕呵? | 1110001111001110110010101010011100111111 | e3cecaa73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)