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 | ?舅k垠 | 00111111111001000110111010000010100010111001101010110101 | 3fe46e828b9ab5 |
EUC-JP | ?舅k垠 | 00111111111001111100111110100011111010111101010010110111 | 3fe7cfa3ebd4b7 |
UTF-8 | 링舅k垠 | 111010111010011110000001111010001000100010000101111011111011110110001011111001011001111010100000 | eba781e88885efbd8be59ea0 |
UHC | 링舅k垠 | 1011100010110101110011111100000010100011111010111110101111011001 | b8b5cfc0a3ebebd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)