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 | 痾穩瘁盖韈 | 11100001011111011110001001110010111000011000000111100001101100111110100011100111 | e17de272e181e1b3e8e7 |
EUC-JP | 痾穩瘁盖韈 | 11100001110111101110001111010011111000011110000111100010101101011111000011101001 | e1dee3d3e1e1e2b5f0e9 |
UTF-8 | 痾穩瘁盖韈 | 111001111001011110111110111001111010100110101001111001111001100010000001111001111001101110010110111010011001111110001000 | e797bee7a9a9e79881e79b96e99f88 |
UHC | ?穩?盖? | 00111111111010001011000100111111110010111100110000111111 | 3fe8b13fcbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)