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 | ?界?? | 0011111110001010010001010011111100111111 | 3f8a453f3f |
EUC-JP | ?界?? | 0011111110110011101001100011111100111111 | 3fb3a63f3f |
UTF-8 | 렺界렺뭉 | 111010111010000010111010111001111001010110001100111010111010000010111010111010111010110110001001 | eba0bae7958ceba0baebad89 |
UHC | 렺界렺뭉 | 1000111011000010110011011010001110001110110000101011100110110110 | 8ec2cda38ec2b9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)