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 | ¼Ä³³k | 10111100110001001000111010110011100011101011001101101011 | bcc48eb38eb36b |
SJIS-WIN | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
EUC-JP | ?Ä????k | 001111111000111110101010101000110011111100111111001111110011111101101011 | 3f8faaa33f3f3f3f6b |
UTF-8 | ¼Ä³³k | 11000010101111001100001110000100110000101000111011000010101100111100001010001110110000101011001101101011 | c2bcc384c28ec2b3c28ec2b36b |
UHC | ¼??³?³k | 10101000111110010011111100111111101010011111100000111111101010011111100001101011 | a8f93f3fa9f83fa9f86b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)