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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?″惚窈?^ | 001111111000000110001101100011011001101111100010011101110011111101011110 | 3f818d8d9be2773f5e |
EUC-JP | ?″惚窈?^ | 001111111010000111101101101110011111101111100011110110000011111101011110 | 3fa1edb9fbe3d83f5e |
UTF-8 | 뤻″惚窈힙^ | 11101011101001001011101111100010100000001011001111100110100000111001101011100111101010101000100011101101100111101001100101011110 | eba4bbe280b3e6839ae7aa88ed9e995e |
UHC | 뤻″惚窈힙^ | 1000111111101001101000011100100011111011111011011110100110100001110010001111110001011110 | 8fe9a1c8fbede9a1c8fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)