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 | 闍樣囂遘機 | 11101000100010111001111011101001100110101000111111100111101001111000101101000000 | e88b9ee99a8fe7a78b40 |
EUC-JP | 闍樣囂遘機 | 11101111111010111101110011101011110100111110111111101110101010011011010110100001 | efebdcebd3efeea9b5a1 |
UTF-8 | 闍樣囂遘機 | 111010011001011110001101111001101010100010100011111001011001101110000010111010011000000110011000111001101010100110011111 | e9978de6a8a3e59b82e98198e6a99f |
UHC | ?樣??機 | 00111111111001011100011000111111001111111101000110100110 | 3fe5c63f3fd1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)