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 | 鄂榊涵譴「 | 111001111011110110001101111001011001111110111100111001101010001010100010 | e7bd8de59fbce6a2a2 |
EUC-JP | 鄂榊涵譴「 | 11101110101111111011101011100111110111101011111011101100101001001000111010100010 | eebfbae7debeeca48ea2 |
UTF-8 | 鄂榊涵譴「 | 111010011000010010000010111001101010011010001010111001101011011010110101111010001010110110110100111011111011110110100010 | e98482e6a68ae6b6b5e8adb4efbda2 |
UHC | 鄂?涵譴? | 1110010011000111001111111111100111100100110011001011100100111111 | e4c73ff9e4ccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)