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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 豢ゥ譌剰カウ\ | 11100110101101001010100111100110100101111000111111101000101101101011001101011100 | e6b4a9e6978fe8b6b35c |
EUC-JP | 豢ゥ譌剰カウ\ | 11101100101101101000111010101001111010111111011110111110111010101000111010110110100011101011001101011100 | ecb68ea9ebf7beea8eb68eb35c |
UTF-8 | 豢ゥ譌剰カウ\ | 11101000101100011010001011101111101111011010100111101000101011011000110011100101100010011011000011101111101111011011011011101111101111011011001101011100 | e8b1a2efbda9e8ad8ce589b0efbdb6efbdb35c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)