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 | ì°¾xh | 1100001110101100110000101011000011000010101111100111100001101000 | c3acc2b0c2be7868 |
SJIS-WIN | ?¬?°??xh | 00111111100000011100101000111111100000011000101100111111001111110111100001101000 | 3f81ca3f818b3f3f7868 |
EUC-JP | ì°�xh | 10001111101010101010101010100010110011001000111110101010101001001010000111101011100011111010101010100100001111110111100001101000 | 8faaaaa2cc8faaa4a1eb8faaa43f7868 |
UTF-8 | ì°¾xh | 1100001110000011110000101010110011000011100000101100001010110000110000111000001011000010101111100111100001101000 | c383c2acc382c2b0c382c2be7868 |
UHC | ???°?¾xh | 00111111001111110011111110100001110001100011111110101000111110100111100001101000 | 3f3f3fa1c63fa8fa7868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)