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 | ????芋?\ | 0011111100111111001111110011111110001000111100000011111101011100 | 3f3f3f3f88f03f5c |
EUC-JP | ????芋?\ | 0011111100111111001111110011111110110000111100100011111101011100 | 3f3f3f3fb0f23f5c |
UTF-8 | 吏희렑렭芋렏\ | 11101111101001111001111011101101100111011010110011101011101000001001000111101011101000001010110111101000100010101000101111101011101000001000111101011100 | efa79eed9daceba091eba0ade88a8beba08f5c |
UHC | 吏희렑렭芋렏\ | 11101100101001111100100011110001100011101010011010001110101110101110100111100011100011101010010101011100 | eca7c8f18ea68ebae9e38ea55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)