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 | ???????~ | 0011111100111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f3f7e |
SJIS-WIN | ???????~ | 0011111100111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f3f7e |
EUC-JP | ???????~ | 0011111100111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f3f7e |
UTF-8 | 청짼혧챤혗짧챔~ | 11101100101100101010110111101100101001111011110011101101100110001010011111101100101100011010010011101101100110001001011111101100101001111010011111101100101100011001010001111110 | ecb2adeca7bced98a7ecb1a4ed9897eca7a7ecb1947e |
UHC | 청짼혧챤혗짧챔~ | 110000111011101111000010101100101100001010001111110000111010111011000010100000101100001010101010110000111010100001111110 | c3bbc2b2c28fc3aec282c2aac3a87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)