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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?睾? | 00111111111000011100111000111111 | 3fe1ce3f |
EUC-JP | ?睾? | 00111111111000101101000000111111 | 3fe2d03f |
UTF-8 | 렺睾렺 | 111010111010000010111010111001111001110110111110111010111010000010111010 | eba0bae79dbeeba0ba |
UHC | 렺睾렺 | 100011101100001011001101110000101000111011000010 | 8ec2cdc28ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)