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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踈乗イサ | 111001101111000110001111111001101011001010111011 | e6f18fe6b2bb |
EUC-JP | 踈乗イサ | 1110110011110011101111101110100010001110101100101000111010111011 | ecf3bee88eb28ebb |
UTF-8 | 踈乗イサ | 111010001011100010001000111001001011100110010111111011111011110110110010111011111011110110111011 | e8b888e4b997efbdb2efbdbb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)