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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ゚ク肆烈 | 110111111011100011100011111001101001011111110011 | dfb8e3e697f3 |
EUC-JP | ゚ク肆烈 | 1000111011011111100011101011100011100110111010001100111011110101 | 8edf8eb8e6e8cef5 |
UTF-8 | ゚ク肆烈 | 111011111011111010011111111011111011110110111000111010001000001010000110111001111000001110001000 | efbe9fefbdb8e88286e78388 |
UHC | ??肆烈 | 001111110011111111011110111010111101011010101101 | 3f3fdeebd6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)