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 | ?謗?袴 | 001111111110011010001110001111111000110011010001 | 3fe68e3f8cd1 |
EUC-JP | ?謗?袴 | 001111111110101111101110001111111011100011010011 | 3febee3fb8d3 |
UTF-8 | 렺謗렺袴 | 111010111010000010111010111010001010110010010111111010111010000010111010111010001010001010110100 | eba0bae8ac97eba0bae8a2b4 |
UHC | 렺謗렺袴 | 1000111011000010110110111011111110001110110000101100110111001101 | 8ec2dbbf8ec2cdcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)