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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 堊??亥③. | 10011010101111110011111100111111100010001110010110000111010000101000000101000100 | 9abf3f3f88e587428144 |
EUC-JP | 堊??亥?. | 110101001100000100111111001111111011000011100111001111111010000110100101 | d4c13f3fb0e73fa1a5 |
UTF-8 | 堊앹뢾亥③. | 111001011010000010001010111011001001010110111001111010111010001010111110111001001011101010100101111000101001000110100010111011111011110010001110 | e5a08aec95b9eba2bee4baa5e291a2efbc8e |
UHC | 堊앹뢾亥③. | 111001001011111010011101111011001000111110000001111110101010010010101000111010011010001110101110 | e4be9dec8f81faa4a8e9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)