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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?民???\ | 00111111100101101010111100111111001111110011111101011100 | 3f96af3f3f3f5c |
EUC-JP | ?民???\ | 00111111110011001011000100111111001111110011111101011100 | 3fccb13f3f3f5c |
UTF-8 | 렺民렍렻렊\ | 11101011101000001011101011100110101100001001000111101011101000001000110111101011101000001011101111101011101000001000101001011100 | eba0bae6b091eba08deba0bbeba08a5c |
UHC | 렺民렍렻렊\ | 1000111011000010110110101100010110001110101000111000111011000011100011101010000101011100 | 8ec2dac58ea38ec38ea15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)