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 | 洩隋隋辰 | 1000100101101011111001000100000011100100010000001001001001000011 | 896be440e4409243 |
EUC-JP | 洩隋隋辰 | 1011000111001100111001111010000111100111101000011100001110100100 | b1cce7a1e7a1c3a4 |
UTF-8 | 洩隋隋辰 | 111001101011010010101001111010011001101010001011111010011001101010001011111010001011111010110000 | e6b4a9e99a8be99a8be8beb0 |
UHC | 洩隋隋辰 | 1110000011011101111000101100100111100010110010011111001011100011 | e0dde2c9e2c9f2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)