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 | ????}G | 001111110011111100111111001111110111110101000111 | 3f3f3f3f7d47 |
SJIS-WIN | 娼ー将イ}G | 1000111110101001101100001000111110101011101100100111110101000111 | 8fa9b08fabb27d47 |
EUC-JP | 娼ー将イ}G | 10111110101010111000111010110000101111101010110110001110101100100111110101000111 | beab8eb0bead8eb27d47 |
UTF-8 | 娼ー将イ}G | 1110010110101000101111001110111110111101101100001110010110110000100001101110111110111101101100100111110101000111 | e5a8bcefbdb0e5b086efbdb27d47 |
UHC | 娼???}G | 11110011110111100011111100111111001111110111110101000111 | f3de3f3f3f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)