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? | 001111111110010001101110100000101000101100111111 | 3fe46e828b3f |
EUC-JP | ?舅k? | 001111111110011111001111101000111110101100111111 | 3fe7cfa3eb3f |
UTF-8 | 링舅k옵 | 111010111010011110000001111010001000100010000101111011111011110110001011111011001001100010110101 | eba781e88885efbd8bec98b5 |
UHC | 링舅k옵 | 1011100010110101110011111100000010100011111010111011111111001001 | b8b5cfc0a3ebbfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)