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 | ÂÝÓÂÛ£ | 1000111011000010110111011101001110001110110000101101101110100011 | 8ec2ddd38ec2dba3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | ?ÂÝÓ?ÂÛ£ | 00111111100011111010101010100100100011111010101011110010100011111010101011010001001111111000111110101010101001001000111110101010111001011010000111110010 | 3f8faaa48faaf28faad13f8faaa48faae5a1f2 |
UTF-8 | ÂÝÓÂÛ£ | 11000010100011101100001110000010110000111001110111000011100100111100001010001110110000111000001011000011100110111100001010100011 | c28ec382c39dc393c28ec382c39bc2a3 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)