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 | 地??逗 | 100100100110111000111111001111111001000010000000 | 926e3f3f9080 |
EUC-JP | 地?瀣逗 | 1100001111001111001111111000111111001001101100011011111111100000 | c3cf3f8fc9b1bfe0 |
UTF-8 | 地렩瀣逗 | 111001011001110010110000111010111010000010101001111001111000000010100011111010011000000010010111 | e59cb0eba0a9e780a3e98097 |
UHC | 地렩瀣逗 | 1111001010100010100011101011011111111010101011101101010011101000 | f2a28eb7faaed4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)