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 | ??箝? | 0011111100111111111000101010110100111111 | 3f3fe2ad3f |
EUC-JP | ?珏箝? | 00111111100011111100101111101101111001001010111100111111 | 3f8fcbede4af3f |
UTF-8 | 렺珏箝뗑 | 111010111010000010111010111001111000111110001111111001111010111010011101111010111001011110010001 | eba0bae78f8fe7ae9deb9791 |
UHC | 렺珏箝뗑 | 1000111011000010110010101100010011001100110001001011011011000100 | 8ec2cac4ccc4b6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)