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 | 豎晧叫繧ェ | 111001101011000110011101111011001000101110101001111000111000001010101010 | e6b19dec8ba9e382aa |
EUC-JP | 豎晧叫繧ェ | 11101100101100111101101011101110101101101010101111100101111000101000111010101010 | ecb3daeeb6abe5e28eaa |
UTF-8 | 豎晧叫繧ェ | 111010001011000110001110111001101001100110100111111001011000111110101011111001111011100110100111111011111011110110101010 | e8b18ee699a7e58fabe7b9a7efbdaa |
UHC | ?晧叫?? | 00111111111110111100010111010000101000110011111100111111 | 3ffbc5d0a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)