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 | ??貌? | 0011111100111111100101100110010100111111 | 3f3f96653f |
EUC-JP | ??貌? | 0011111100111111110010111100011000111111 | 3f3fcbc63f |
UTF-8 | 렺旼貌렺 | 111010111010000010111010111001101001011110111100111010001011001010001100111010111010000010111010 | eba0bae697bce8b28ceba0ba |
UHC | 렺旼貌렺 | 1000111011000010110110101100010011011001110010011000111011000010 | 8ec2dac4d9c98ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)