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 | ûÓ¤è± | 111110111101001110100100111010001000111010110001 | fbd3a4e88eb1 |
SJIS-WIN | ?????± | 00111111001111110011111100111111001111111000000101111101 | 3f3f3f3f3f817d |
EUC-JP | ûÓ¤è?± | 100011111010101111100101100011111010101011010001100011111010001011110000100011111010101110110010001111111010000111011110 | 8fabe58faad18fa2f08fabb23fa1de |
UTF-8 | ûÓ¤è± | 110000111011101111000011100100111100001010100100110000111010100011000010100011101100001010110001 | c3bbc393c2a4c3a8c28ec2b1 |
UHC | ??¤??± | 0011111100111111101000101011010000111111001111111010000110111110 | 3f3fa2b43f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)