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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?賁?賁B | 00111111111001101100101000111111111001101100101001000010 | 3fe6ca3fe6ca42 |
EUC-JP | ?賁?賁B | 00111111111011001100110000111111111011001100110001000010 | 3feccc3feccc42 |
UTF-8 | 렺賁렺賁B | 11101011101000001011101011101000101100111000000111101011101000001011101011101000101100111000000101000010 | eba0bae8b381eba0bae8b38142 |
UHC | 렺賁렺賁B | 100011101100001011011101110100111000111011000010110111011101001101000010 | 8ec2ddd38ec2ddd342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)