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 | ?}?u?T^ | 00111111011111010011111101110101001111110101010001011110 | 3f7d3f753f545e |
SJIS-WIN | 蘓}蘓u漏T^ | 11100101010111100111110111100101010111100111010110011000010100100101010001011110 | e55e7de55e759852545e |
EUC-JP | 蘓}蘓u漏T^ | 11101001101111110111110111101001101111110111010111001111101100110101010001011110 | e9bf7de9bf75cfb3545e |
UTF-8 | 蘓}蘓u漏T^ | 11101000100110001001001101111101111010001001100010010011011101011110011010111100100011110101010001011110 | e898937de8989375e6bc8f545e |
UHC | ?}?u漏T^ | 0011111101111101001111110111010111010111101010010101010001011110 | 3f7d3f75d7a9545e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)