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 | ?盖?哭 | 001111111110000110110011001111111001101001001100 | 3fe1b33f9a4c |
EUC-JP | ?盖?哭 | 001111111110001010110101001111111101001110101101 | 3fe2b53fd3ad |
UTF-8 | 렺盖렺哭 | 111010111010000010111010111001111001101110010110111010111010000010111010111001011001001110101101 | eba0bae79b96eba0bae593ad |
UHC | 렺盖렺哭 | 1000111011000010110010111100110010001110110000101100110111010110 | 8ec2cbcc8ec2cdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)