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 | 谷炭但炭 | 1001001001001010100100100101100110010010010000011001001001011001 | 924a925992419259 |
EUC-JP | 谷炭但炭 | 1100001110101011110000111011101011000011101000101100001110111010 | c3abc3bac3a2c3ba |
UTF-8 | 谷炭但炭 | 111010001011000010110111111001111000001010101101111001001011110110000110111001111000001010101101 | e8b0b7e782ade4bd86e782ad |
UHC | 谷炭但炭 | 1100110111011011111101111010100111010011101000111111011110101001 | cddbf7a9d3a3f7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)