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 | 雎域立邯 | 1110100010110001100010001110011010010111101001111110011110110110 | e8b188e697a7e7b6 |
EUC-JP | 雎域立邯 | 1111000010110011101100001110100011001110101010011110111010111000 | f0b3b0e8cea9eeb8 |
UTF-8 | 雎域立邯 | 111010011001101110001110111001011001111110011111111001111010101110001011111010011000001010101111 | e99b8ee59f9fe7ab8be982af |
UHC | 雎域立邯 | 1110111011010001111001101011010011011000101000011100101011111011 | eed1e6b4d8a1cafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)