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 | ?腺洩? | 001111111001000101000010100010010110101100111111 | 3f9142896b3f |
EUC-JP | ?腺洩? | 001111111100000110100011101100011100110000111111 | 3fc1a3b1cc3f |
UTF-8 | 卨腺洩卨 | 111001011000110110101000111010001000010110111010111001101011010010101001111001011000110110101000 | e58da8e885bae6b4a9e58da8 |
UHC | 卨腺洩卨 | 1110000011011001111000001100110111100000110111011110000011011001 | e0d9e0cde0dde0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)