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 | 第私?膺? | 1001000111100110100011101000010000111111111001000101111000111111 | 91e68e843fe45e3f |
EUC-JP | 第私?膺? | 1100001011101000101110111110010000111111111001111011111100111111 | c2e8bbe43fe7bf3f |
UTF-8 | 第私벅膺렓 | 111001111010110010101100111001111010011110000001111010111011001010000101111010001000011010111010111010111010000010010011 | e7acace7a781ebb285e886baeba093 |
UHC | 第私벅膺렓 | 11110000101011111101111011100111101110011111011111101011111011001000111010101000 | f0afdee7b9f7ebec8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)