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 | ?~?????? | 0011111101111110001111110011111100111111001111110011111100111111 | 3f7e3f3f3f3f3f3f |
SJIS-WIN | ?~?????? | 0011111101111110001111110011111100111111001111110011111100111111 | 3f7e3f3f3f3f3f3f |
EUC-JP | ?~?????? | 0011111101111110001111110011111100111111001111110011111100111111 | 3f7e3f3f3f3f3f3f |
UTF-8 | 챌~혦찾혗짱채첩 | 11101100101100011000110001111110111011011001100010100110111011001011000010111110111011011001100010010111111011001010011110110001111011001011000110000100111011001011001010101001 | ecb18c7eed98a6ecb0beed9897eca7b1ecb184ecb2a9 |
UHC | 챌~혦찾혗짱채첩 | 110000111010011101111110110000101000111011000011101000111100001010000010110000101010111111000011101001001100001110111000 | c3a77ec28ec3a3c282c2afc3a4c3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)