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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 燿e?雅?< | 11100000101000001000001010000101001111111000100111101011001111111000000110000011 | e0a082853f89eb3f8183 |
EUC-JP | 燿e?雅?< | 11100000101000101010001111100101001111111011001011101101001111111010000111100011 | e0a2a3e53fb2ed3fa1e3 |
UTF-8 | 燿e몚雅녘< | 111001111000011110111111111011111011110110000101111010111010101010011010111010011001101110000101111010111000010110011000111011111011110010011100 | e787bfefbd85ebaa9ae99b85eb8598efbc9c |
UHC | 燿e몚雅녘< | 111010001111110010100011111001011001000110001000111001001011101010110011111010001010001110111100 | e8fca3e59188e4bab3e8a3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)