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 | 髙叱胄宍昭 | 11111011111111001000111010110110111000111111001010001110101100111000111110111010 | fbfc8eb6e3f28eb38fba |
EUC-JP | ?叱胄宍昭 | 001111111011110010111000111001101111010010111100101101011011111010111100 | 3fbcb8e6f4bcb5bebc |
UTF-8 | 髙叱胄宍昭 | 111010011010101110011001111001011000111110110001111010001000001110000100111001011010111010001101111001101001100010101101 | e9ab99e58fb1e88384e5ae8de698ad |
UHC | ?叱胄?昭 | 0011111111110010111010101111000110110000001111111110000110111001 | 3ff2eaf1b03fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)