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 | ??縡富 | 001111110011111111100011011100011001010101111000 | 3f3fe3719578 |
EUC-JP | ??縡富 | 001111110011111111100101110100101100100111011001 | 3f3fe5d2c9d9 |
UTF-8 | 林렱縡富 | 111011111010011110110100111010111010000010110001111001111011100010100001111001011010111110001100 | efa7b4eba0b1e7b8a1e5af8c |
UHC | 林렱縡富 | 1110110011110111100011101011111011101110101011011101110110100011 | ecf78ebeeeaddda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)