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 | 豎晧叫繧ッ | 111001101011000110011101111011001000101110101001111000111000001010101111 | e6b19dec8ba9e382af |
EUC-JP | 豎晧叫繧ッ | 11101100101100111101101011101110101101101010101111100101111000101000111010101111 | ecb3daeeb6abe5e28eaf |
UTF-8 | 豎晧叫繧ッ | 111010001011000110001110111001101001100110100111111001011000111110101011111001111011100110100111111011111011110110101111 | e8b18ee699a7e58fabe7b9a7efbdaf |
UHC | ?晧叫?? | 00111111111110111100010111010000101000110011111100111111 | 3ffbc5d0a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)