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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?盖??? | 001111111110000110110011001111110011111100111111 | 3fe1b33f3f3f |
EUC-JP | ?盖??? | 001111111110001010110101001111110011111100111111 | 3fe2b53f3f3f |
UTF-8 | 렺盖렺唜렧 | 111010111010000010111010111001111001101110010110111010111010000010111010111001011001010010011100111010111010000010100111 | eba0bae79b96eba0bae5949ceba0a7 |
UHC | 렺盖렺唜렧 | 10001110110000101100101111001100100011101100001011011000110001011000111010110110 | 8ec2cbcc8ec2d8c58eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)