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 | ??與腎 | 001111110011111111100100011011111001000001110100 | 3f3fe46f9074 |
EUC-JP | ??與腎 | 001111110011111111100111110100001011111111010101 | 3f3fe7d0bfd5 |
UTF-8 | 룴힘與腎 | 111010111010001110110100111011011001111010011000111010001000100010000111111010001000010110001110 | eba3b4ed9e98e88887e8858e |
UHC | 룴힘與腎 | 1000111110101001110010001111101111100110101010001110001111101100 | 8fa9c8fbe6a8e3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)