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 | 巽孫属奪 | 1001001001000110100100011011011110010001101011101001001001000100 | 924691b791ae9244 |
EUC-JP | 巽孫属奪 | 1100001110100111110000101011100111000010101100001100001110100101 | c3a7c2b9c2b0c3a5 |
UTF-8 | 巽孫属奪 | 111001011011011110111101111001011010110110101011111001011011000110011110111001011010010110101010 | e5b7bde5adabe5b19ee5a5aa |
UHC | 巽孫?奪 | 11100001110111101110000111011101001111111111011110101100 | e1dee1dd3ff7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)