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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 但担達炭 | 1001001001000001100100100101001110010010010000101001001001011001 | 9241925392429259 |
EUC-JP | 但担達炭 | 1100001110100010110000111011010011000011101000111100001110111010 | c3a2c3b4c3a3c3ba |
UTF-8 | 但担達炭 | 111001001011110110000110111001101000101110000101111010011000000110010100111001111000001010101101 | e4bd86e68b85e98194e782ad |
UHC | 但?達炭 | 11010011101000110011111111010011101110011111011110101001 | d3a33fd3b9f7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)