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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 湖紗括^ | 10001100110011101000111011010001100010101000011101011110 | 8cce8ed18a875e |
EUC-JP | 湖紗括^ | 10111000110100001011110011010011101100111110011101011110 | b8d0bcd3b3e75e |
UTF-8 | 湖紗括^ | 11100110101110011001011011100111101101001001011111100110100010111010110001011110 | e6b996e7b497e68bac5e |
UHC | 湖紗括^ | 11111011110010011101111011101001110011101100000001011110 | fbc9dee9cec05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)