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 | ???????] | 0011111100111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f3f5d |
SJIS-WIN | ???????] | 0011111100111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f3f5d |
EUC-JP | ???????] | 0011111100111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f3f5d |
UTF-8 | 채횧혢혝혞쩍찾] | 11101100101100011000010011101101100110101010011111101101100110001010001011101101100110001001110111101101100110001001111011101100101010011000110111101100101100001011111001011101 | ecb184ed9aa7ed98a2ed989ded989eeca98decb0be5d |
UHC | 채횧혢혝혞쩍찾] | 110000111010010011000011100111101100001010001011110000101000011111000010100010001100001010111101110000111010001101011101 | c3a4c39ec28bc287c288c2bdc3a35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)