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 | 繹?蘊巡 | 11100011100010000011111111100101010111011000111110000100 | e3883fe55d8f84 |
EUC-JP | 繹?蘊巡 | 11100101111010000011111111101001101111101011110111100100 | e5e83fe9bebde4 |
UTF-8 | 繹빞蘊巡 | 111001111011100110111001111010111011100110011110111010001001100010001010111001011011011110100001 | e7b9b9ebb99ee8988ae5b7a1 |
UHC | 繹빞蘊巡 | 1110011010111010100101011011110011101000101100111110001011011110 | e6ba95bce8b3e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)