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 | 町?鬱? | 100100101010110000111111100111110101010000111111 | 92ac3f9f543f |
EUC-JP | 町?鬱? | 110001001010111000111111110111011011010100111111 | c4ae3fddb53f |
UTF-8 | 町렢鬱렩 | 111001111001010010111010111010111010000010100010111010011010110010110001111010111010000010101001 | e794baeba0a2e9acb1eba0a9 |
UHC | 町렢鬱렩 | 1110111111101011100011101011001111101010101001101000111010110111 | efeb8eb3eaa68eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)