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 | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 藥?~穩??K | 11100101010110100011111110000001011000001110001001110010001111110011111101001011 | e55a3f8160e2723f3f4b |
EUC-JP | 藥?〜穩??K | 11101001101110110011111110100001110000011110001111010011001111110011111101001011 | e9bb3fa1c1e3d33f3f4b |
UTF-8 | 藥먩~穩뚳슈K | 11101000100101111010010111101011101010001010100111101111101111011001111011100111101010011010100111101011100110101011001111101100100010101000100001001011 | e897a5eba8a9efbd9ee7a9a9eb9ab3ec8a884b |
UHC | 藥먩~穩뚳슈K | 11100101101101111001000011100110101000101010011011101000101100011000110011101111101111011011010001001011 | e5b790e6a2a6e8b18cefbdb44b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)