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 | 辰但族竪蔵 | 10010010010000111001001001000001100100011011000010010010010001111001000110100000 | 9243924191b0924791a0 |
EUC-JP | 辰但族竪蔵 | 11000011101001001100001110100010110000101011001011000011101010001100001010100010 | c3a4c3a2c2b2c3a8c2a2 |
UTF-8 | 辰但族竪蔵 | 111010001011111010110000111001001011110110000110111001101001011110001111111001111010101110101010111010001001010010110101 | e8beb0e4bd86e6978fe7abaae894b5 |
UHC | 辰但族竪? | 111100101110001111010011101000111111000011101001111000101011010100111111 | f2e3d3a3f0e9e2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)