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 | 薰、豎宣猿 | 111110111001111010100100111001101011000110010000111010011000100110001110 | fb9ea4e6b190e9898e |
EUC-JP | ?、豎宣猿 | 001111111000111010100100111011001011001111000000111010111011000111101110 | 3f8ea4ecb3c0ebb1ee |
UTF-8 | 薰、豎宣猿 | 111010001001011010110000111011111011110110100100111010001011000110001110111001011010111010100011111001111000110010111111 | e896b0efbda4e8b18ee5aea3e78cbf |
UHC | 薰??宣猿 | 1111110110111001001111110011111111100000101111101110101010111011 | fdb93f3fe0beeabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)