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 | 傳?畯? | 100110010100001000111111111110110110111100111111 | 99423ffb6f3f |
EUC-JP | 傳?畯? | 11010001101000110011111110001111110011011011101100111111 | d1a33f8fcdbb3f |
UTF-8 | 傳렓畯렭 | 111001011000001010110011111010111010000010010011111001111001010110101111111010111010000010101101 | e582b3eba093e795afeba0ad |
UHC | 傳렓畯렭 | 1110111011101110100011101010100011110001111000011000111010111010 | eeee8ea8f1e18eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)