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 | ?〓?? | 0011111110000001101011000011111100111111 | 3f81ac3f3f |
EUC-JP | 縕〓ĸ? | 100011111101010011000010101000101010111010001111101010011100011100111111 | 8fd4c2a2ae8fa9c73f |
UTF-8 | 縕〓ĸ吏 | 1110011110111000100101011110001110000000100100111100010010111000111011111010011110011110 | e7b895e38093c4b8efa79e |
UHC | 縕〓ĸ吏 | 1110100010110010101000011110101110101001101001111110110010100111 | e8b2a1eba9a7eca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)