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 | ?慕?跋 | 001111111001010111100111001111111110011011101011 | 3f95e73fe6eb |
EUC-JP | ?慕?跋 | 001111111100101011101001001111111110110011101101 | 3fcae93feced |
UTF-8 | 렺慕렺跋 | 111010111010000010111010111001101000010110010101111010111010000010111010111010001011011110001011 | eba0bae68595eba0bae8b78b |
UHC | 렺慕렺跋 | 1000111011000010110110011011011110001110110000101101101110100010 | 8ec2d9b78ec2dba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)