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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 危?磨?肋 | 1000101011101011001111111001011010000001001111111001100001011101 | 8aeb3f96813f985d |
EUC-JP | 危?磨?肋 | 1011010011101101001111111100101111100001001111111100111110111110 | b4ed3fcbe13fcfbe |
UTF-8 | 危깆磨쌜肋 | 111001011000110110110001111010101011100110000110111001111010001110101000111011001000110010011100111010001000001010001011 | e58db1eab986e7a3a8ec8c9ce8828b |
UHC | 危깆磨쌜肋 | 11101010110010111011000111101100110110001010100010111101110110111101011111001110 | eacbb1ecd8a8bddbd7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)