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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 億?????? | 1000100110101101001111110011111100111111001111110011111100111111 | 89ad3f3f3f3f3f3f |
EUC-JP | 億?????? | 1011001010101111001111110011111100111111001111110011111100111111 | b2af3f3f3f3f3f3f |
UTF-8 | 億덉떚鱗녔묾類 | 111001011000010010000100111010111000110110001001111010111001011010011010111011111010011110110010111010111000010110010100111010111010110010111110111011111010011110010000 | e58484eb8d89eb969aefa7b2eb8594ebacbeefa790 |
UHC | 億덉떚鱗녔묾類 | 1110010111100010100010001110110010001011101100001110110011100111101100111110011010111001101100101110101110111010 | e5e288ec8bb0ece7b3e6b9b2ebba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)