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 | ?盖???? | 00111111111000011011001100111111001111110011111100111111 | 3fe1b33f3f3f3f |
EUC-JP | ?盖???? | 00111111111000101011010100111111001111110011111100111111 | 3fe2b53f3f3f3f |
UTF-8 | 렺盖렺唜렧렺 | 111010111010000010111010111001111001101110010110111010111010000010111010111001011001010010011100111010111010000010100111111010111010000010111010 | eba0bae79b96eba0bae5949ceba0a7eba0ba |
UHC | 렺盖렺唜렧렺 | 100011101100001011001011110011001000111011000010110110001100010110001110101101101000111011000010 | 8ec2cbcc8ec2d8c58eb68ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)