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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ????勖?^ | 001111110011111100111111001111111000111110110011111011010011111101011110 | 3f3f3f3f8fb3ed3f5e |
UTF-8 | 吏희렑렭勖렓^ | 11101111101001111001111011101101100111011010110011101011101000001001000111101011101000001010110111100101100010111001011011101011101000001001001101011110 | efa79eed9daceba091eba0ade58b96eba0935e |
UHC | 吏희렑렭勖렓^ | 11101100101001111100100011110001100011101010011010001110101110101110100111101101100011101010100001011110 | eca7c8f18ea68ebae9ed8ea85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)