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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 危?磨? | 100010101110101100111111100101101000000100111111 | 8aeb3f96813f |
EUC-JP | 危?磨? | 101101001110110100111111110010111110000100111111 | b4ed3fcbe13f |
UTF-8 | 危깆磨쌜 | 111001011000110110110001111010101011100110000110111001111010001110101000111011001000110010011100 | e58db1eab986e7a3a8ec8c9c |
UHC | 危깆磨쌜 | 1110101011001011101100011110110011011000101010001011110111011011 | eacbb1ecd8a8bddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)