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 | 艤???? | 111001000111111000111111001111110011111100111111 | e47e3f3f3f3f |
EUC-JP | 艤???? | 111001111101111100111111001111110011111100111111 | e7df3f3f3f3f |
UTF-8 | 艤煉璉뤜법 | 111010001000100110100100111011111010011010010011111011111010011010010100111010111010010010011100111010111011001010010101 | e889a4efa693efa694eba49cebb295 |
UHC | 艤煉璉뤜법 | 11101011111110101110011011010110111001101101100110001111110010111011100111111101 | ebfae6d6e6d98fcbb9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)