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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | イ閒コロゥ | 11110000101111101011001011111011111010001011101011110000101110101101101110101001 | f0beb2fbe8baf0badba9 |
EUC-JP | ?イ?コ?ロゥ | 0011111110001110101100100011111110001110101110100011111110001110110110111000111010101001 | 3f8eb23f8eba3f8edb8ea9 |
UTF-8 | イ閒コロゥ | 111011101000000110111101111011111011110110110010111010011001011010010010111011111011110110111010111011101000000110111001111011111011111010011011111011111011110110101001 | ee81bdefbdb2e99692efbdbaee81b9efbe9befbda9 |
UHC | ??閒???? | 0011111100111111111110011101100100111111001111110011111100111111 | 3f3ff9d93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)