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 | 痾眄瘁盖鞦 | 11100001011111011110000110111110111000011000000111100001101100111110100011100001 | e17de1bee181e1b3e8e1 |
EUC-JP | 痾眄瘁盖鞦 | 11100001110111101110001011000000111000011110000111100010101101011111000011100011 | e1dee2c0e1e1e2b5f0e3 |
UTF-8 | 痾眄瘁盖鞦 | 111001111001011110111110111001111001110010000100111001111001100010000001111001111001101110010110111010011001111010100110 | e797bee79c84e79881e79b96e99ea6 |
UHC | ?眄?盖? | 00111111110110001111100000111111110010111100110000111111 | 3fd8f83fcbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)