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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 毬竟穩 | 100111110111101111101000111011011110001001110010 | 9f7be8ede272 |
EUC-JP | 毬竟穩 | 110111011101110011110000111011111110001111010011 | dddcf0efe3d3 |
UTF-8 | 毬竟穩 | 111001101010111110101100111001111010101110011111111001111010100110101001 | e6aface7ab9fe7a9a9 |
UHC | 毬竟穩 | 110011111011001111001100111001011110100010110001 | cfb3cce5e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)