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 | 讓溪或峵 | 1110011010101000100111111110001010001000101111011111101010101110 | e6a89fe288bdfaae |
EUC-JP | 讓溪或? | 11101100101010101101111011100100101100001011111100111111 | ecaadee4b0bf3f |
UTF-8 | 讓溪或峵 | 111010001010111010010011111001101011101010101010111001101000100010010110111001011011001110110101 | e8ae93e6baaae68896e5b3b5 |
UHC | 讓溪或? | 11100101110100111100110110100010111110111110010000111111 | e5d3cda2fbe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)