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 | 稔???? | 100101101010101100111111001111110011111100111111 | 96ab3f3f3f3f |
EUC-JP | 稔???? | 110011001010110100111111001111110011111100111111 | ccad3f3f3f3f |
UTF-8 | 稔콴짝렻렪 | 111001111010100010010100111011001011110110110100111011001010011110011101111010111010000010111011111010111010000010101010 | e7a894ecbdb4eca79deba0bbeba0aa |
UHC | 稔콴짝렻렪 | 11101100111110011100010011100100110000101010011010001110110000111000111010111000 | ecf9c4e4c2a68ec38eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)