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 | 閠語ア‐ | 11101000100000001000110011101010101100011000000101011101 | e8808ceab1815d |
EUC-JP | 閠語ア‐ | 1110111111100000101110001110110010001110101100011010000110111110 | efe0b8ec8eb1a1be |
UTF-8 | 閠語ア‐ | 111010011001011010100000111010001010101010011110111011111011110110110001111000101000000010010000 | e996a0e8aa9eefbdb1e28090 |
UHC | ?語?? | 0011111111100101110111100011111100111111 | 3fe5de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)