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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逅・迥定轄 | 111001111001000010100101111001111000101010010010111010001000101010001101 | e790a5e78a92e88a8d |
EUC-JP | 逅・迥定轄 | 11101101111100001000111010100101111011011110101011000100111010101011001111101101 | edf08ea5edeac4eab3ed |
UTF-8 | 逅・迥定轄 | 111010011000000010000101111011111011110110100101111010001011111110100101111001011010111010011010111010001011110110000100 | e98085efbda5e8bfa5e5ae9ae8bd84 |
UHC | 逅??定轄 | 1111110110110001001111110011111111101111110100101111100111011101 | fdb13f3fefd2f9dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)