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 | ?曖種?壓? | 001111111001111001000010100011101110110100111111100110101101100000111111 | 3f9e428eed3f9ad83f |
EUC-JP | ?曖種?壓唵 | 0011111111011011101000111011110011101111001111111101010011011010100011111011010111010001 | 3fdba3bcef3fd4da8fb5d1 |
UTF-8 | 솝曖種섣壓唵 | 111011001000011010011101111001101001101110010110111001111010100010101110111011001000010010100011111001011010001110010011111001011001010010110101 | ec869de69b96e7a8aeec84a3e5a393e594b5 |
UHC | 솝曖種섣壓唵 | 101111001101100111100100111100101111000011111010101111001011001011100100111000101110010011011010 | bcd9e4f2f0fabcb2e4e2e4da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)