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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 但袖旦但叩 | 10010010010000011001000110110011100100100101010110010010010000011001001001000000 | 924191b3925592419240 |
EUC-JP | 但袖旦但叩 | 11000011101000101100001010110101110000111011011011000011101000101100001110100001 | c3a2c2b5c3b6c3a2c3a1 |
UTF-8 | 但袖旦但叩 | 111001001011110110000110111010001010001010010110111001101001011110100110111001001011110110000110111001011000111110101001 | e4bd86e8a296e697a6e4bd86e58fa9 |
UHC | 但袖旦但叩 | 11010011101000111110001011000000110100111010100111010011101000111100110110110000 | d3a3e2c0d3a9d3a3cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)