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 | 元瀨?? | 100011001011001111111011010100000011111100111111 | 8cb3fb503f3f |
EUC-JP | 元??? | 1011100010110101001111110011111100111111 | b8b53f3f3f |
UTF-8 | 元瀨렟렑 | 111001011000010110000011111001111000000010101000111010111010000010011111111010111010000010010001 | e58583e780a8eba09feba091 |
UHC | 元瀨렟렑 | 1110101010101010110101101110111010001110101100001000111010100110 | eaaad6ee8eb08ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)