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 | ??W??m? | 00111111001111110101011100111111001111110110110100111111 | 3f3f573f3f6d3f |
SJIS-WIN | ??W??m? | 00111111001111110101011100111111001111110110110100111111 | 3f3f573f3f6d3f |
EUC-JP | ??W??m? | 00111111001111110101011100111111001111110110110100111111 | 3f3f573f3f6d3f |
UTF-8 | 횄짙W횂혡m횂 | 1110110110011010100001001110110010100111100110010101011111101101100110101000001011101101100110001010000101101101111011011001101010000010 | ed9a84eca79957ed9a82ed98a16ded9a82 |
UHC | 횄짙W횂혡m횂 | 110000111000001111000010101000110101011111000011100000101100001010001010011011011100001110000010 | c383c2a357c382c28a6dc382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)