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 | ??與腎與 | 0011111100111111111001000110111110010000011101001110010001101111 | 3f3fe46f9074e46f |
EUC-JP | ??與腎與 | 0011111100111111111001111101000010111111110101011110011111010000 | 3f3fe7d0bfd5e7d0 |
UTF-8 | 룴힘與腎與 | 111010111010001110110100111011011001111010011000111010001000100010000111111010001000010110001110111010001000100010000111 | eba3b4ed9e98e88887e8858ee88887 |
UHC | 룴힘與腎與 | 10001111101010011100100011111011111001101010100011100011111011001110011010101000 | 8fa9c8fbe6a8e3ece6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)