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 | 闍樒擅縺懃ス | 1110100010001011100111101110011110011101101000011110001110000001100111001110011110111101 | e88b9ee79da1e3819ce7bd |
EUC-JP | 闍樒擅縺懃ス | 111011111110101111011100111010011101101010100011111001011110000111011000111010011000111010111101 | efebdce9daa3e5e1d8e98ebd |
UTF-8 | 闍樒擅縺懃ス | 111010011001011110001101111001101010100010010010111001101001001110000101111001111011100010111010111001101000011110000011111011111011110110111101 | e9978de6a892e69385e7b8bae68783efbdbd |
UHC | ??擅?懃? | 0011111100111111111101001011101000111111110100001100010000111111 | 3f3ff4ba3fd0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)