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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 됅櫶떃됅櫶뚥^ | 11101011100100001000010111100110101010111011011011101011100101101000001111101011100100001000010111100110101010111011011011101011100110101010010101011110 | eb9085e6abb6eb9683eb9085e6abb6eb9aa55e |
UHC | 됅櫶떃됅櫶뚥^ | 10001001110001111111101011001011100010111001100110001001110001111111101011001011100011001110010001011110 | 89c7facb8b9989c7facb8ce45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)