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 | ?U??? | 0011111101010101001111110011111100111111 | 3f553f3f3f |
SJIS-WIN | 短U丹炭探 | 100100100101101001010101100100100100111110010010010110011001001001010100 | 925a55924f92599254 |
EUC-JP | 短U丹炭探 | 110000111011101101010101110000111011000011000011101110101100001110110101 | c3bb55c3b0c3bac3b5 |
UTF-8 | 短U丹炭探 | 11100111100111111010110101010101111001001011100010111001111001111000001010101101111001101000111010100010 | e79fad55e4b8b9e782ade68ea2 |
UHC | 短U丹炭探 | 110100111010110101010101110100111010000111110111101010011111011110101110 | d3ad55d3a1f7a9f7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)