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 | 帝肯??? | 10010010111010011000110101101101001111110011111100111111 | 92e98d6d3f3f3f |
EUC-JP | 帝肯??? | 11000100111010111011100111001110001111110011111100111111 | c4ebb9ce3f3f3f |
UTF-8 | 帝肯렦잼렚 | 111001011011100010011101111010001000001010101111111010111010000010100110111011001001111010111100111010111010000010011010 | e5b89de882afeba0a6ec9ebceba09a |
UHC | 帝肯렦잼렚 | 11110000101010001101000011101001100011101011010111000000111010111000111010101101 | f0a8d0e98eb5c0eb8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)