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 | 堰??} | 100010011000000100111111001111111000000101110000 | 89813f3f8170 |
EUC-JP | 堰??} | 101100011110000100111111001111111010000111010001 | b1e13f3fa1d1 |
UTF-8 | 堰뤈오} | 111001011010000010110000111010111010010010001000111011001001100010100100111011111011110110011101 | e5a0b0eba488ec98a4efbd9d |
UHC | 堰뤈오} | 1110010111101000100011111011100010111111110000001010001111111101 | e5e88fb8bfc0a3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)