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 | ì¸ê¼¥ | 111011001000100110111000111010101011110010100101 | ec89b8eabca5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | ì?¸ê?? | 100011111010101111000000001111111000111110100010101100011000111110101011101101000011111100111111 | 8fabc03f8fa2b18fabb43f3f |
UTF-8 | ì¸ê¼¥ | 110000111010110011000010100010011100001010111000110000111010101011000010101111001100001010100101 | c3acc289c2b8c3aac2bcc2a5 |
UHC | ??¸?¼? | 0011111100111111101000101010110000111111101010001111100100111111 | 3f3fa2ac3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)