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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 坮堉坮? | 10001111101101111100011110001111101101111111110110001111101101111100011100111111 | 8fb7c78fb7fd8fb7c73f |
UTF-8 | 坮堉坮읫 | 111001011001110110101110111001011010000010001001111001011001110110101110111011001001110110101011 | e59daee5a089e59daeec9dab |
UHC | 坮堉坮읫 | 1101001111011101111010111011110011010011110111011100000011001011 | d3ddebbcd3ddc0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)