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 | 10001110110000101100111011000101100011101011001101000010 | 8ec2cec58eb342 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ?ÂÎÅ??B | 00111111100011111010101010100100100011111010101011000010100011111010101010101001001111110011111101000010 | 3f8faaa48faac28faaa93f3f42 |
UTF-8 | ÂÎųB | 11000010100011101100001110000010110000111000111011000011100001011100001010001110110000101011001101000010 | c28ec382c38ec385c28ec2b342 |
UHC | ?????³B | 0011111100111111001111110011111100111111101010011111100001000010 | 3f3f3f3f3fa9f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)