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 | 狒瑣狒祚 | 1110000010111111111000001111001011100000101111111110001001001110 | e0bfe0f2e0bfe24e |
EUC-JP | 狒瑣狒祚 | 1110000011000001111000001111010011100000110000011110001110101111 | e0c1e0f4e0c1e3af |
UTF-8 | 狒瑣狒祚 | 111001111000101110010010111001111001000110100011111001111000101110010010111001111010010110011010 | e78b92e791a3e78b92e7a59a |
UHC | ???祚 | 0011111100111111001111111111000011010100 | 3f3f3ff0d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)