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 | 駭??屯? | 11101001011011100011111100111111100100111101010000111111 | e96e3f3f93d43f |
EUC-JP | 駭??屯? | 11110001110011110011111100111111110001101101011000111111 | f1cf3f3fc6d63f |
UTF-8 | 駭쾡렜屯렡 | 111010011010011110101101111011001011111010100001111010111010000010011100111001011011000110101111111010111010000010100001 | e9a7adecbea1eba09ce5b1afeba0a1 |
UHC | 駭쾡렜屯렡 | 11111010101101001100010011101001100011101010111011010100111010101000111010110010 | fab4c4e98eaed4ea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)