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 | 薰ク豎宣恷 | 111110111001111010111000111001101011000110010000111010011001110010001110 | fb9eb8e6b190e99c8e |
EUC-JP | ?ク豎宣恷 | 001111111000111010111000111011001011001111000000111010111101011111101110 | 3f8eb8ecb3c0ebd7ee |
UTF-8 | 薰ク豎宣恷 | 111010001001011010110000111011111011110110111000111010001011000110001110111001011010111010100011111001101000000110110111 | e896b0efbdb8e8b18ee5aea3e681b7 |
UHC | 薰??宣? | 11111101101110010011111100111111111000001011111000111111 | fdb93f3fe0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)