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 | 鶯Ñì¼ | 1110100110110110101011111101000110001011111011001001001110111100 | e9b6afd18bec93bc |
SJIS-WIN | ?¶?????? | 001111111000000111110111001111110011111100111111001111110011111100111111 | 3f81f73f3f3f3f3f3f |
EUC-JP | 鶯Ñ?ì?? | 1000111110101011101100011010001011111001100011111010001010110100100011111010101011010000001111111000111110101011110000000011111100111111 | 8fabb1a2f98fa2b48faad03f8fabc03f3f |
UTF-8 | 鶯Ñì¼ | 11000011101010011100001010110110110000101010111111000011100100011100001010001011110000111010110011000010100100111100001010111100 | c3a9c2b6c2afc391c28bc3acc293c2bc |
UHC | ?¶?????¼ | 00111111101000101101001000111111001111110011111100111111001111111010100011111001 | 3fa2d23f3f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)