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 | è¾Ñì³^ | 111010001000011110111110110100011000100111101100101100111010110101011110 | e887bed189ecb3ad5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | è??Ñ?ì??^ | 100011111010101110110010001111110011111110001111101010101101000000111111100011111010101111000000001111110011111101011110 | 8fabb23f3f8faad03f8fabc03f3f5e |
UTF-8 | è¾Ñì³^ | 1100001110101000110000101000011111000010101111101100001110010001110000101000100111000011101011001100001010110011110000101010110101011110 | c3a8c287c2bec391c289c3acc2b3c2ad5e |
UHC | ??¾???³^ | 001111110011111110101000111110100011111100111111001111111010100111111000101000011010100101011110 | 3f3fa8fa3f3f3fa9f8a1a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)