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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ナナ^ | 1100010111110111101110101111010001111101110001011111011110111010111101000111101101011110 | c5f7baf47dc5f7baf47b5e |
EUC-JP | ナ??ナ??^ | 100011101100010100111111001111111000111011000101001111110011111101011110 | 8ec53f3f8ec53f3f5e |
UTF-8 | ナナ^ | 11101111101111101000010111101110100101101001110111101110100011001010110111101111101111101000010111101110100101101001110111101110100011001010101101011110 | efbe85ee969dee8cadefbe85ee969dee8cab5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)