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 | 宰??喩 | 100011011100100100111111001111111001101001100111 | 8dc93f3f9a67 |
EUC-JP | 宰??喩 | 101110101100101100111111001111111101001111001000 | bacb3f3fd3c8 |
UTF-8 | 宰삳낑喩 | 111001011010111010110000111011001000001010110011111010111000001010010001111001011001011010101001 | e5aeb0ec82b3eb8291e596a9 |
UHC | 宰삳낑喩 | 1110111010100101101110111110101110110011101010011110101011100111 | eea5bbebb3a9eae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)