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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????崇 | 00111111001111110011111100111111001111111001000010010010 | 3f3f3f3f3f9092 |
EUC-JP | ?????崇 | 00111111001111110011111100111111001111111011111111110010 | 3f3f3f3f3fbff2 |
UTF-8 | 쒀렺쒔롍쒔崇 | 111011001001001010000000111010111010000010111010111011001001001010010100111010111010000110001101111011001001001010010100111001011011010010000111 | ec9280eba0baec9294eba18dec9294e5b487 |
UHC | 쒀렺쒔롍쒔崇 | 101111101010110010001110110000101011111010101101100011101101001110111110101011011110001011111101 | beac8ec2bead8ed3beade2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)